Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h452 extern THREADLOCAL char cur_thread_placeholder[];
454 return reinterpret_cast<ThreadState *>(&cur_thread_placeholder); in cur_thread()
Dtsan_rtl.cc48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64); variable