Home
last modified time | relevance | path

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

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