Home
last modified time | relevance | path

Searched refs:DeleteThreadPool (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_file_manager.h135 void DeleteThreadPool();
Druntime.cc389 jit_->DeleteThreadPool(); in ~Runtime()
430 heap_->DeleteThreadPool(); in ~Runtime()
432 oat_file_manager_->DeleteThreadPool(); in ~Runtime()
434 DeleteThreadPool(); in ~Runtime()
2917 bool Runtime::DeleteThreadPool() { in DeleteThreadPool() function in art::Runtime
2997 runtime->DeleteThreadPool(); in Run()
Druntime.h931 bool DeleteThreadPool() REQUIRES(!Locks::runtime_thread_pool_lock_);
Doat_file_manager.cc1065 void OatFileManager::DeleteThreadPool() { in DeleteThreadPool() function in art::OatFileManager
/art/runtime/jit/
Djit.h262 void DeleteThreadPool();
Djit.cc365 void Jit::DeleteThreadPool() { in DeleteThreadPool() function in art::jit::Jit
415 DeleteThreadPool(); in ~Jit()
/art/runtime/gc/
Dheap.h763 void DeleteThreadPool();