Searched refs:DetachCurrentThread (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c278 returnValue = (*jvm)->DetachCurrentThread(jvm);
370 returnValue = (*jvm)->DetachCurrentThread(jvm);
458 returnValue = (*jvm)->DetachCurrentThread(jvm);
546 returnValue = (*jvm)->DetachCurrentThread(jvm);
H A Dp11_sessmgmt.c628 returnValue = (*jvm)->DetachCurrentThread(jvm);
/openjdk9/hotspot/test/runtime/StackGuardPages/
H A Dexeinvoke.c120 res = (*_jvm)->DetachCurrentThread(_jvm);
175 res = (*_jvm)->DetachCurrentThread(_jvm);
/openjdk9/hotspot/test/runtime/ThreadSignalMask/
H A DexeThreadSignalMask.c152 if ((*jvm)->DetachCurrentThread(jvm) != 0)
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt.h270 m_pVM->DetachCurrentThread();
H A Dawt_Toolkit.cpp414 jvm->DetachCurrentThread();
/openjdk9/hotspot/src/share/vm/prims/
H A Djni.h1910 jint (JNICALL *DetachCurrentThread)(JavaVM *vm); member in struct:JNIInvokeInterface_
1927 jint DetachCurrentThread() { function in struct:JavaVM_
1928 return functions->DetachCurrentThread(this);
/openjdk9/jdk/src/java.base/share/native/include/
H A Djni.h1910 jint (JNICALL *DetachCurrentThread)(JavaVM *vm); member in struct:JNIInvokeInterface_
1927 jint DetachCurrentThread() { function in struct:JavaVM_
1928 return functions->DetachCurrentThread(this);
/openjdk9/jdk/src/java.base/share/native/libjli/
H A Djava.c353 if ((*vm)->DetachCurrentThread(vm) != JNI_OK) { \
/openjdk9/jdk/src/jdk.accessibility/windows/native/libjavaaccessbridge/
H A DJavaAccessBridge.cpp260 javaVM->DetachCurrentThread();

Completed in 203 milliseconds