HomeSort by: relevance | last modified time | path
    Searched defs:ThreadRegistry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 66 // ThreadRegistry::FinishThread calls here in ThreadStatusCreated state
101 // ThreadRegistry implementation.
103 const u32 ThreadRegistry::kUnknownTid = ~0U;
105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
118 "ThreadRegistry");
123 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running,
131 uptr ThreadRegistry::GetMaxAliveThreads() {
136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
172 void ThreadRegistry::RunCallbackForEachThreadLocked(ThreadCallback cb
    [all...]
sanitizer_thread_registry.h 82 class ThreadRegistry {
86 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
151 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;

Completed in 11 milliseconds