Searched refs:DetachCurrentThread (Results 1 – 3 of 3) sorted by relevance
587 class DetachCurrentThread { class589 explicit DetachCurrentThread(JavaVM * jvm): m_jvm(jvm) {} in DetachCurrentThread() function in __anone978afd80111::DetachCurrentThread591 ~DetachCurrentThread() { in ~DetachCurrentThread()592 if (m_jvm->DetachCurrentThread() != 0) { in ~DetachCurrentThread()598 DetachCurrentThread(DetachCurrentThread &); // not defined599 void operator =(DetachCurrentThread &); // not defined930 DetachCurrentThread detach(m_pJavaVm); in getJavaVM()
116 if (m_pVm->DetachCurrentThread() != JNI_OK) { in detachThread()
150 _jvm->DetachCurrentThread(); in testJavaVM()
Completed in 41 milliseconds