Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc190 while (GetThreadCount() < max_active_workers_) { in CreateThreads()
192 GetThreadCount()); in CreateThreads()
227 CHECK_LE(max_workers, GetThreadCount()); in SetMaxActiveWorkers()
252 const size_t thread_count = GetThreadCount(); in GetTask()
264 if (waiting_count_ == GetThreadCount() && !HasOutstandingTasks()) { in GetTask()
306 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) { in Wait()
Dthread_pool.h114 size_t GetThreadCount() const { in GetThreadCount() function
/art/dex2oat/driver/
Dcompiler_driver.h185 size_t GetThreadCount() const { in GetThreadCount() function
/art/runtime/gc/collector/
Dmark_sweep.h268 size_t GetThreadCount(bool paused) const;
Dmark_sweep.cc871 size_t MarkSweep::GetThreadCount(bool paused) const { in GetThreadCount() function in art::gc::collector::MarkSweep
883 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects()
1035 size_t thread_count = GetThreadCount(false); in RecursiveMark()
1417 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack()