Searched refs:thread_registry_placeholder (Results 1 – 7 of 7) sorted by relevance
37 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()38 thread_registry = new (thread_registry_placeholder) in InitializeThreadRegistry()
39 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64); in InitializeThreadRegistry() local40 thread_registry = new(thread_registry_placeholder) in InitializeThreadRegistry()
40 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];60 memprof_thread_registry = new (thread_registry_placeholder) ThreadRegistry( in memprofThreadRegistry()
49 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];69 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry( in asanThreadRegistry()
43 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];63 asan_thread_registry = new(thread_registry_placeholder) ThreadRegistry( in asanThreadRegistry()
66 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable100 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()
67 static char thread_registry_placeholder[sizeof(ThreadRegistry)]; variable101 , thread_registry(new(thread_registry_placeholder) ThreadRegistry( in Context()