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()
49 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];69 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry( in asanThreadRegistry()
65 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable96 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()