Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc138 while (GetThreadCount() < num_threads) { in ThreadPool()
140 GetThreadCount()); in ThreadPool()
150 CHECK_LE(threads, GetThreadCount()); in SetMaxActiveWorkers()
184 const size_t thread_count = GetThreadCount(); in GetTask()
196 if (waiting_count_ == GetThreadCount() && !HasOutstandingTasks()) { in GetTask()
238 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) { in Wait()
Dthread_pool.h87 size_t GetThreadCount() const { in GetThreadCount() function
/art/compiler/jit/
Djit_compiler.cc154 size_t thread_count = compiler_driver_->GetThreadCount(); in JitCompiler()
/art/runtime/gc/collector/
Dmark_sweep.cc869 size_t MarkSweep::GetThreadCount(bool paused) const { in GetThreadCount() function in art::gc::collector::MarkSweep
881 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects()
1033 size_t thread_count = GetThreadCount(false); in RecursiveMark()
1416 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack()
Dmark_sweep.h268 size_t GetThreadCount(bool paused) const;
/art/compiler/driver/
Dcompiler_driver.h301 size_t GetThreadCount() const { in GetThreadCount() function