Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc50 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable
70 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()