Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp39 thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreads() local
41 new (thread_registry_placeholder) ThreadRegistry(CreateThreadContext); in InitializeThreads()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp40 alignas(16) static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable
60 memprof_thread_registry = new (thread_registry_placeholder) in memprofThreadRegistry()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp71 thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitThreads() local
76 new (thread_registry_placeholder) ThreadRegistry(GetAsanThreadContext); in InitThreads()