Home | History | Annotate | Download | only in lsan

Lines Matching defs:thread_registry

26 static ThreadRegistry *thread_registry;
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->FindThreadContextByOsIDLocked(os_id));
153 thread_registry->Lock();
157 thread_registry->Unlock();