Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:AttachCurrentThread

1044     jint        (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*);
1059 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args)
1060 { return functions->AttachCurrentThread(this, p_env, thr_args); }