Home
last modified time | relevance | path

Searched refs:thread_identity (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp85 uptr thread_identity = (uptr)pthread_self(); in cur_thread_location() local
86 if (thread_identity == main_thread_identity) in cur_thread_location()
88 return (ThreadState **)MemToShadow(thread_identity); in cur_thread_location()
288 uptr thread_identity = (uptr)pthread_self(); in ImitateTlsWrite() local
289 if (thread_identity == main_thread_identity) { in ImitateTlsWrite()
292 uptr thr_state_start = thread_identity; in ImitateTlsWrite()