Home
last modified time | relevance | path

Searched refs:GetTaskCount (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libartbase/base/
H A Dutils.h172 int GetTaskCount();
H A Dutils.cc379 int GetTaskCount() { in GetTaskCount() function
/aosp12/art/runtime/
H A Dthread_pool.h155 size_t GetTaskCount(Thread* self) REQUIRES(!task_queue_lock_);
H A Dthread_pool.cc315 size_t ThreadPool::GetTaskCount(Thread* self) { in GetTaskCount() function in art::ThreadPool
/aosp12/art/runtime/jit/
H A Djit.cc1740 CHECK_EQ(GetTaskCount(), 1); in PostZygoteFork()