Searched refs:GetNumberOfThreads (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h89 size_t GetNumberOfThreads() const;
H A DNativeThreadListDarwin.cpp256 size_t NativeThreadListDarwin::GetNumberOfThreads() const { function in class:NativeThreadListDarwin
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h93 void GetNumberOfThreads(uptr *total = nullptr, uptr *running = nullptr,
H A Dsanitizer_thread_registry.cpp122 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, function in class:__sanitizer::ThreadRegistry
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp141 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads);
509 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */);
H A Dtsan_rtl_thread.cpp227 ctx->thread_registry->GetNumberOfThreads(0, 0, &result);

Completed in 136 milliseconds