HomeSort by relevance Sort by last modified time
    Searched refs:thread_registry_placeholder (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.cc 39 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64);
40 thread_registry = new(thread_registry_placeholder)
  /external/compiler-rt/lib/asan/
asan_thread.cc 49 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
69 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 66 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__tsan
100 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(

Completed in 83 milliseconds