Searched refs:GetThreadCount (Results 1 – 5 of 5) sorted by relevance
155 while (GetThreadCount() < max_active_workers_) { in CreateThreads()157 GetThreadCount()); in CreateThreads()192 CHECK_LE(max_workers, GetThreadCount()); in SetMaxActiveWorkers()216 const size_t thread_count = GetThreadCount(); in GetTask()228 if (waiting_count_ == GetThreadCount() && !HasOutstandingTasks()) { in GetTask()270 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) { in Wait()
111 size_t GetThreadCount() const { in GetThreadCount() function
185 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()1417 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack()