Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.h135 void DeleteThreadPool();
Druntime.cc419 heap_->DeleteThreadPool(); in ~Runtime()
425 jit_->DeleteThreadPool(); in ~Runtime()
428 oat_file_manager_->DeleteThreadPool(); in ~Runtime()
430 DeleteThreadPool(); in ~Runtime()
2787 bool Runtime::DeleteThreadPool() { in DeleteThreadPool() function in art::Runtime
2881 DeleteThreadPool(); in NotifyStartupCompleted()
Druntime.h839 bool DeleteThreadPool() REQUIRES(!Locks::runtime_thread_pool_lock_);
Doat_file_manager.cc1025 void OatFileManager::DeleteThreadPool() { in DeleteThreadPool() function in art::OatFileManager
/art/runtime/jit/
Djit.h185 void DeleteThreadPool();
Djit.cc304 void Jit::DeleteThreadPool() { in DeleteThreadPool() function in art::jit::Jit
355 DeleteThreadPool(); in ~Jit()
/art/runtime/gc/
Dheap.h742 void DeleteThreadPool();
Dheap.cc1020 void Heap::DeleteThreadPool() { in DeleteThreadPool() function in art::gc::Heap