Home | History | Annotate | Download | only in lsan

Lines Matching refs:thread_registry

27 static ThreadRegistry *thread_registry;
40 thread_registry = new(thread_registry_placeholder)
86 return thread_registry->CreateThread(user_id, detached, parent_tid,
100 thread_registry->StartThread(tid, os_id, &args);
104 thread_registry->FinishThread(GetCurrentThread());
108 if (!thread_registry) return nullptr;
112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
124 return thread_registry->FindThread(FindThreadByUid, (void*)uid);
129 thread_registry->JoinThread(tid, /* arg */nullptr);
143 thread_registry->FindThreadContextByOsIDLocked(os_id));
160 thread_registry->Lock();
164 thread_registry->Unlock();