Searched refs:GetThreadCount (Results 1 – 6 of 6) sorted by relevance
138 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()
87 size_t GetThreadCount() const { in GetThreadCount() function
154 size_t thread_count = compiler_driver_->GetThreadCount(); in JitCompiler()
869 size_t MarkSweep::GetThreadCount(bool paused) const { in GetThreadCount() function in art::gc::collector::MarkSweep881 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()
268 size_t GetThreadCount(bool paused) const;
301 size_t GetThreadCount() const { in GetThreadCount() function