Home | History | Annotate | Download | only in java

Lines Matching defs:AttachCurrentThread

1771     jint (JNICALL *AttachCurrentThread)
1787 jint AttachCurrentThread(JNIEnv **penv, void *args) {
1788 return functions->AttachCurrentThread(this, penv, args);