Searched refs:GetThreadCount (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dthread_pool.cc87 while (GetThreadCount() < num_threads) {
88 const std::string name = StringPrintf("Thread pool worker %zu", GetThreadCount());
97 CHECK_LE(threads, GetThreadCount());
131 const size_t thread_count = GetThreadCount();
143 if (waiting_count_ == GetThreadCount() && tasks_.empty()) {
184 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) {
277 while (GetThreadCount() < num_threads) {
278 const std::string name = StringPrintf("Work stealing worker %zu", GetThreadCount());
284 const size_t thread_count = GetThreadCount();
H A Dthread_pool.h66 size_t GetThreadCount() const { function in class:art::ThreadPool
/art/compiler/driver/
H A Dcompiler_driver.h245 size_t GetThreadCount() const { function in class:art::CompilerDriver
/art/runtime/gc/collector/
H A Dmark_sweep.cc776 size_t MarkSweep::GetThreadCount(bool paused) const { function in class:art::gc::collector::MarkSweep
790 size_t thread_count = GetThreadCount(paused);
946 size_t thread_count = GetThreadCount(false);
1426 size_t thread_count = GetThreadCount(paused);
H A Dmark_sweep.h310 size_t GetThreadCount(bool paused) const;

Completed in 66 milliseconds