Searched refs:GetThreadCount (Results 1 - 5 of 5) sorted by last modified time

/art/runtime/
H A Dthread_pool.cc91 while (GetThreadCount() < num_threads) {
92 const std::string name = StringPrintf("%s worker thread %zu", name_.c_str(), GetThreadCount());
101 CHECK_LE(threads, GetThreadCount());
135 const size_t thread_count = GetThreadCount();
147 if (waiting_count_ == GetThreadCount() && tasks_.empty()) {
188 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) {
281 while (GetThreadCount() < num_threads) {
282 const std::string name = StringPrintf("Work stealing worker %zu", GetThreadCount());
288 const size_t thread_count = GetThreadCount();
H A Dthread_pool.h67 size_t GetThreadCount() const { function in class:art::ThreadPool
/art/runtime/gc/collector/
H A Dmark_sweep.cc714 size_t MarkSweep::GetThreadCount(bool paused) const { function in class:art::gc::collector::MarkSweep
728 size_t thread_count = GetThreadCount(paused);
852 size_t thread_count = GetThreadCount(false);
1191 size_t thread_count = GetThreadCount(paused);
H A Dmark_sweep.h246 size_t GetThreadCount(bool paused) const;
/art/compiler/driver/
H A Dcompiler_driver.h413 size_t GetThreadCount() const { function in class:art::CompilerDriver

Completed in 164 milliseconds