Searched refs:thread_registry_placeholder (Results 1 – 3 of 3) sorted by relevance
38 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64); in InitializeThreadRegistry() local39 thread_registry = new(thread_registry_placeholder) in InitializeThreadRegistry()
43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];60 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry( in asanThreadRegistry()
51 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable73 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()