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