OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:main_thread_identity
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc
75
static uptr
main_thread_identity
= 0;
variable in namespace:__tsan
80
return ((uptr)thread_identity ==
main_thread_identity
) ? nullptr
86
if (thr_state_loc == nullptr ||
main_thread_identity
== 0) {
251
CHECK_EQ(
main_thread_identity
, 0);
252
main_thread_identity
= (uptr)pthread_self();
tsan_platform_mac.cc
75
static uptr
main_thread_identity
= 0;
variable in namespace:__tsan
80
return ((uptr)thread_identity ==
main_thread_identity
) ? nullptr
86
if (thr_state_loc == nullptr ||
main_thread_identity
== 0) {
251
CHECK_EQ(
main_thread_identity
, 0);
252
main_thread_identity
= (uptr)pthread_self();
Completed in 21 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025