Searched refs:GetThreadCount (Results 1 – 7 of 7) sorted by relevance
128 while (GetThreadCount() < num_threads) { in ThreadPool()130 GetThreadCount()); in ThreadPool()140 CHECK_LE(threads, GetThreadCount()); in SetMaxActiveWorkers()174 const size_t thread_count = GetThreadCount(); in GetTask()186 if (waiting_count_ == GetThreadCount() && tasks_.empty()) { in GetTask()228 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) { in Wait()
84 size_t GetThreadCount() const { in GetThreadCount() function
173 size_t thread_count = compiler_driver_->GetThreadCount(); in JitCompiler()
848 size_t MarkSweep::GetThreadCount(bool paused) const { in GetThreadCount() function in art::gc::collector::MarkSweep860 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects()1012 size_t thread_count = GetThreadCount(false); in RecursiveMark()1395 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()