Searched refs:GetThreadCount (Results 1 – 7 of 7) sorted by relevance
122 while (GetThreadCount() < num_threads) { in ThreadPool()124 GetThreadCount()); in ThreadPool()134 CHECK_LE(threads, GetThreadCount()); in SetMaxActiveWorkers()168 const size_t thread_count = GetThreadCount(); in GetTask()180 if (waiting_count_ == GetThreadCount() && tasks_.empty()) { in GetTask()221 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) { in Wait()
83 size_t GetThreadCount() const { in GetThreadCount() function
173 size_t thread_count = compiler_driver_->GetThreadCount(); in JitCompiler()
847 size_t MarkSweep::GetThreadCount(bool paused) const { in GetThreadCount() function in art::gc::collector::MarkSweep859 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects()1011 size_t thread_count = GetThreadCount(false); in RecursiveMark()1394 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack()
267 size_t GetThreadCount(bool paused) const;
401 size_t GetThreadCount() const { in GetThreadCount() function
345 CHECK_EQ(driver->GetThreadCount(), 1U) in Init()