Searched refs:GetThreadCount (Results 1 – 6 of 6) sorted by relevance
197 while (GetThreadCount() < max_active_workers_) { in CreateThreads()199 GetThreadCount()); in CreateThreads()234 CHECK_LE(max_workers, GetThreadCount()); in SetMaxActiveWorkers()264 const size_t thread_count = GetThreadCount(); in GetTask()276 if (waiting_count_ == GetThreadCount() && !HasOutstandingTasks()) { in GetTask()318 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) { in Wait()
114 size_t GetThreadCount() const { in GetThreadCount() function
189 size_t GetThreadCount() const { in GetThreadCount() function
268 size_t GetThreadCount(bool paused) const;
871 size_t MarkSweep::GetThreadCount(bool paused) const { in GetThreadCount() function in art::gc::collector::MarkSweep883 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects()1035 size_t thread_count = GetThreadCount(false); in RecursiveMark()1420 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack()
1020 size_t num_threads = pool->GetThreadCount(); in PrepareForCompaction()