Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dthread_list.h235 void WaitForOtherNonDaemonThreadsToExit(bool check_no_birth = true)
H A Dthread_list.cc101 WaitForOtherNonDaemonThreadsToExit(); in ShutDown()
1329 void ThreadList::WaitForOtherNonDaemonThreadsToExit(bool check_no_birth) { in WaitForOtherNonDaemonThreadsToExit() function in art::ThreadList
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.cc428 ->WaitForOtherNonDaemonThreadsToExit(/*check_no_birth=*/ false); in DestroyJavaVM()