Home
last modified time | relevance | path

Searched defs:thread_registry_placeholder (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_thread.cc39 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64); in InitializeThreadRegistry() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc66 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable