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