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

/external/compiler-rt/lib/asan/
H A Dasan_thread.cc43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
60 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc51 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__tsan
73 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(

Completed in 67 milliseconds