Searched refs:AttachCurrentThread (Results 1 – 1 of 1) sorted by relevance
1043 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member1058 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function1059 { return functions->AttachCurrentThread(this, p_env, thr_args); } in AttachCurrentThread()