Home
last modified time | relevance | path

Searched refs:DeleteThreads (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dthread_pool.cc209 void ThreadPool::DeleteThreads() { in DeleteThreads() function in art::ThreadPool
232 DeleteThreads(); in ~ThreadPool()
H A Dthread_pool.h148 void DeleteThreads();
/aosp12/art/runtime/jit/
H A Djit.cc1718 thread_pool_->DeleteThreads(); in PreZygoteFork()