Searched defs:thread_registry (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc26 static ThreadRegistry *thread_registry; member in namespace:__lsan
39 thread_registry = new(thread_registry_placeholder)
81 return thread_registry->CreateThread(user_id, detached, parent_tid,
94 thread_registry->StartThread(tid, os_id, &args);
98 thread_registry->FinishThread(GetCurrentThread());
102 if (!thread_registry) return 0;
106 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
118 return thread_registry->FindThread(FindThreadByUid, (void*)uid);
123 thread_registry->JoinThread(tid, /* arg */0);
137 thread_registry
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h465 ThreadRegistry *thread_registry; member in struct:__tsan::Context

Completed in 125 milliseconds