OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:main_thread_id
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-thread-equal.c
25
uv_thread_t
main_thread_id
;
variable
34
ASSERT_OK(uv_thread_equal(&
main_thread_id
, &self_id));
40
main_thread_id
= uv_thread_self();
42
ASSERT_NOT_NULL(
main_thread_id
);
44
ASSERT_NE(0, uv_thread_equal(&
main_thread_id
, &
main_thread_id
));
/src/external/gpl3/gdb/dist/gdb/
run-on-main-thread.c
43
static std::thread::id
main_thread_id
;
variable
119
/* Initialize
main_thread_id
on first use of is_main_thread. */
124
main_thread_id
= std::this_thread::get_id ();
127
return std::this_thread::get_id () ==
main_thread_id
;
138
/* The variable
main_thread_id
should be initialized when entering main, or
/src/external/gpl3/gdb.old/dist/gdb/
run-on-main-thread.c
43
static std::thread::id
main_thread_id
;
variable
106
/* Initialize
main_thread_id
on first use of is_main_thread. */
111
main_thread_id
= std::this_thread::get_id ();
114
return std::this_thread::get_id () ==
main_thread_id
;
125
/* The variable
main_thread_id
should be initialized when entering main, or
/src/external/gpl3/gdb/dist/gdbserver/
win32-low.cc
299
windows_process.
main_thread_id
= 0;
922
windows_process.current_event.dwThreadId = windows_process.
main_thread_id
;
1068
windows_process.
main_thread_id
= current_event->dwThreadId;
1072
windows_process.
main_thread_id
,
/src/external/gpl3/gdb.old/dist/gdb/nat/
windows-nat.h
147
DWORD
main_thread_id
= 0;
member in struct:windows_nat::windows_process_info
/src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.cc
312
windows_process.
main_thread_id
= 0;
948
windows_process.current_event.dwThreadId = windows_process.
main_thread_id
;
1094
windows_process.
main_thread_id
= current_event->dwThreadId;
1098
windows_process.
main_thread_id
,
/src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.h
153
DWORD
main_thread_id
= 0;
member in struct:windows_nat::windows_process_info
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026