OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_registry_placeholder
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc
37
static ALIGNED(64) char
thread_registry_placeholder
[sizeof(ThreadRegistry)];
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)];
64
asan_thread_registry = new(
thread_registry_placeholder
) ThreadRegistry(
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc
68
static char
thread_registry_placeholder
[sizeof(ThreadRegistry)];
variable in namespace:__tsan
102
, thread_registry(new(
thread_registry_placeholder
) ThreadRegistry(
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025