HomeSort by: relevance | last modified time | path
    Searched defs:thread_registry_placeholder (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_thread.cpp 39 ThreadRegistry)) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
41 new (thread_registry_placeholder) ThreadRegistry(CreateThreadContext);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_thread.cpp 34 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
36 new (thread_registry_placeholder) ThreadRegistry(CreateThreadContext);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc 37 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
38 thread_registry = new(thread_registry_placeholder)
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 44 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
64 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp 66 ThreadRegistry)) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
71 new (thread_registry_placeholder) ThreadRegistry(GetAsanThreadContext);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp 43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
64 new (thread_registry_placeholder) ThreadRegistry(GetAsanThreadContext);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 68 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__tsan
102 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(

Completed in 27 milliseconds