Searched refs:AttachCurrentThread (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/test/runtime/6929067/
H A Dinvoke.c35 (*jvm)->AttachCurrentThread(jvm, &tmp.void_env, NULL);
50 (*jvm)->AttachCurrentThread(jvm, &tmp.void_env, NULL);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c207 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
214 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
302 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
309 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
396 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
403 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
486 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
493 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
H A Dp11_sessmgmt.c588 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
595 returnValue = (*jvm)->AttachCurrentThread(jvm, (void **) &env, NULL);
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.m84 (*jvm)->AttachCurrentThread(jvm, (void **)&mainThreadEnv, NULL);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt.h255 jint status = m_pVM->AttachCurrentThread(
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c136 (*javaVM)->AttachCurrentThread(javaVM, (void**)&env, NULL);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h1897 jint (JNICALL *AttachCurrentThread)(JavaVM *vm, void **penv, void *args); member in struct:JNIInvokeInterface_
1913 jint AttachCurrentThread(void **penv, void *args) { function in struct:JavaVM_
1914 return functions->AttachCurrentThread(this, penv, args);
H A Djni.cpp5233 res = vm->AttachCurrentThread((void **)&env, (void *)&destroyargs);
5386 JNIWrapper("AttachCurrentThread");
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h1897 jint (JNICALL *AttachCurrentThread)(JavaVM *vm, void **penv, void *args); member in struct:JNIInvokeInterface_
1913 jint AttachCurrentThread(void **penv, void *args) { function in struct:JavaVM_
1914 return functions->AttachCurrentThread(this, penv, args);

Completed in 72 milliseconds