Searched defs:GetThreadCount (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread_pool.h66 size_t GetThreadCount() const { function in class:art::ThreadPool
/art/compiler/driver/
H A Dcompiler_driver.h245 size_t GetThreadCount() const { function in class:art::CompilerDriver
/art/runtime/gc/collector/
H A Dmark_sweep.cc776 size_t MarkSweep::GetThreadCount(bool paused) const { function in class:art::gc::collector::MarkSweep
790 size_t thread_count = GetThreadCount(paused);
946 size_t thread_count = GetThreadCount(false);
1426 size_t thread_count = GetThreadCount(paused);

Completed in 248 milliseconds