Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp49 alignas(SANITIZER_CACHE_LINE_SIZE) static char main_thread_state[sizeof( variable
74 res = pthread_setspecific(thread_state_key, main_thread_state); in InitializeThreadStateStorage()
91 return (ThreadState *)main_thread_state; in cur_thread()
113 if (thr == (ThreadState *)main_thread_state) { in cur_thread_finalize()