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

/art/runtime/
H A Dthread_pool.h67 size_t GetThreadCount() const { function in class:art::ThreadPool
/art/compiler/driver/
H A Dcompiler_driver.h413 size_t GetThreadCount() const { function in class:art::CompilerDriver
/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);

Completed in 141 milliseconds