Searched refs:DetachCurrentThread (Results 1 – 3 of 3) sorted by relevance
588 class DetachCurrentThread { class590 explicit DetachCurrentThread(JavaVM * jvm): m_jvm(jvm) {} in DetachCurrentThread() function in __anon99048c590111::DetachCurrentThread592 ~DetachCurrentThread() { in ~DetachCurrentThread()593 if (m_jvm->DetachCurrentThread() != 0) { in ~DetachCurrentThread()599 DetachCurrentThread(DetachCurrentThread &); // not defined600 void operator =(DetachCurrentThread &); // not defined931 DetachCurrentThread detach(m_pJavaVm); in getJavaVM()
116 if (m_pVm->DetachCurrentThread() != JNI_OK) { in detachThread()
150 _jvm->DetachCurrentThread(); in testJavaVM()
Completed in 16 milliseconds