Searched refs:thread_registry_placeholder (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc38 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64);
39 thread_registry = new(thread_registry_placeholder)
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc44 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
64 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc65 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__tsan
87 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(

Completed in 64 milliseconds