HomeSort by: relevance | last modified time | path
    Searched defs:ThreadRegistry (Results 1 - 6 of 6) 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;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 67 // ThreadRegistry::FinishThread calls here in ThreadStatusCreated state
102 // ThreadRegistry implementation.
104 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory)
105 : ThreadRegistry(factory, UINT32_MAX, UINT32_MAX, 0) {}
107 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
122 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running,
131 uptr ThreadRegistry::GetMaxAliveThreads() {
136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid
    [all...]
sanitizer_thread_registry.h 89 class SANITIZER_MUTEX ThreadRegistry {
91 ThreadRegistry(ThreadContextFactory factory);
92 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
164 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 65 // ThreadRegistry::FinishThread calls here in ThreadStatusCreated state
100 // ThreadRegistry implementation.
102 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory)
103 : ThreadRegistry(factory, UINT32_MAX, UINT32_MAX, 0) {}
105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
120 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running,
129 uptr ThreadRegistry::GetMaxAliveThreads() {
134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid
    [all...]
sanitizer_thread_registry.h 88 class MUTEX ThreadRegistry {
90 ThreadRegistry(ThreadContextFactory factory);
91 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
154 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;

Completed in 62 milliseconds