Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_thread.cc38 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64); in InitializeThreadRegistry() local
39 thread_registry = new(thread_registry_placeholder) in InitializeThreadRegistry()
/external/compiler-rt/lib/asan/
Dasan_thread.cc49 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
69 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry( in asanThreadRegistry()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc65 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable
96 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()