Home | History | Annotate | Download | only in include

Lines Matching defs:AttachCurrentThread

1075     jint        (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*);
1090 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args)
1091 { return functions->AttachCurrentThread(this, p_env, thr_args); }