Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_list.h186 void WaitForOtherNonDaemonThreadsToExit(bool check_no_birth = true)
H A Dthread_list.cc103 WaitForOtherNonDaemonThreadsToExit(); in ShutDown()
1117 void ThreadList::WaitForOtherNonDaemonThreadsToExit(bool check_no_birth) { in WaitForOtherNonDaemonThreadsToExit() function in art::ThreadList
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc395 ->WaitForOtherNonDaemonThreadsToExit(/*check_no_birth=*/ false); in DestroyJavaVM()