Home | History | Annotate | Download | only in include

Lines Matching defs:AttachCurrentThread

1057     jint        (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*);
1072 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args)
1073 { return functions->AttachCurrentThread(this, p_env, thr_args); }