Home
last modified time | relevance | path

Searched refs:ReleaseThreadPool (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h1019 void ReleaseThreadPool() REQUIRES(!Locks::runtime_thread_pool_lock_);
Druntime.cc2910 Runtime::Current()->ReleaseThreadPool(); in ~ScopedThreadPoolUsage()
2932 void Runtime::ReleaseThreadPool() { in ReleaseThreadPool() function in art::Runtime