OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_registry_placeholder
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/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(
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
65
static char
thread_registry_placeholder
[sizeof(ThreadRegistry)];
member in namespace:__tsan
87
, thread_registry(new(
thread_registry_placeholder
) ThreadRegistry(
Completed in 1017 milliseconds