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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_thread.cpp34 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
36 new (thread_registry_placeholder) ThreadRegistry(CreateThreadContext);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.cc37 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
38 thread_registry = new(thread_registry_placeholder)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_thread.cc35 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; local
36 thread_registry = new(thread_registry_placeholder)
/netbsd-current/sys/external/bsd/compiler_rt/dist/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(
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc46 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
66 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry(
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.cpp43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__asan
64 new (thread_registry_placeholder) ThreadRegistry(GetAsanThreadContext);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc68 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__tsan
102 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc66 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; member in namespace:__tsan
100 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(

Completed in 105 milliseconds