Lines Matching defs:thread_registry
27 static ThreadRegistry *thread_registry;
41 thread_registry =
66 return thread_registry->CreateThread(0, detached, parent_tid, arg);
71 thread_registry->StartThread(tid, os_id, thread_type, arg);
74 void ThreadFinish() { thread_registry->FinishThread(GetCurrentThreadId()); }
88 thread_registry->Lock();
94 thread_registry->Unlock();
98 thread_registry->CheckLocked();
99 return thread_registry;
115 PrintThreadHistory(*thread_registry, out);