Home | History | Annotate | Download | only in nativehelper

Lines Matching full: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); }