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

/openjdk7/hotspot/test/runtime/6929067/
H A Dinvoke.c46 (*jvm)->DetachCurrentThread(jvm);
61 (*jvm)->DetachCurrentThread(jvm);
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.m86 (*jvm)->DetachCurrentThread(jvm);
97 (*jvm)->DetachCurrentThread(jvm);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c260 returnValue = (*jvm)->DetachCurrentThread(jvm);
354 returnValue = (*jvm)->DetachCurrentThread(jvm);
444 returnValue = (*jvm)->DetachCurrentThread(jvm);
534 returnValue = (*jvm)->DetachCurrentThread(jvm);
H A Dp11_sessmgmt.c630 returnValue = (*jvm)->DetachCurrentThread(jvm);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt.h263 m_pVM->DetachCurrentThread();
H A Dawt_Toolkit.cpp413 jvm->DetachCurrentThread();
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c617 if ((*vm)->DetachCurrentThread(vm) != 0) {
/openjdk7/jdk/src/share/bin/
H A Djava.c312 if ((*vm)->DetachCurrentThread(vm) != 0) { \
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h1899 jint (JNICALL *DetachCurrentThread)(JavaVM *vm); member in struct:JNIInvokeInterface_
1916 jint DetachCurrentThread() { function in struct:JavaVM_
1917 return functions->DetachCurrentThread(this);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h1899 jint (JNICALL *DetachCurrentThread)(JavaVM *vm); member in struct:JNIInvokeInterface_
1916 jint DetachCurrentThread() { function in struct:JavaVM_
1917 return functions->DetachCurrentThread(this);

Completed in 75 milliseconds