Searched refs:GetThreadCount (Results 1 – 6 of 6) sorted by relevance
219 while (GetThreadCount() < max_active_workers_) { in CreateThreads()221 GetThreadCount()); in CreateThreads()256 CHECK_LE(max_workers, GetThreadCount()); in SetMaxActiveWorkers()281 const size_t thread_count = GetThreadCount(); in GetTask()293 if (waiting_count_ == GetThreadCount() && !HasOutstandingTasks()) { in GetTask()335 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) { in Wait()
115 size_t GetThreadCount() const { in GetThreadCount() function
188 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()1032 size_t thread_count = GetThreadCount(false); in RecursiveMark()1416 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack()
1158 size_t num_threads = pool->GetThreadCount(); in PrepareForCompaction()