Searched refs:AttachCurrentThread (Results 1 – 2 of 2) sorted by relevance
81 int result = jvm->AttachCurrentThread(&env, nullptr); in GetOrAttachJNIEnvironment()
1042 jint (*AttachCurrentThread)(JavaVM*, JNIEnv**, void*); member1057 jint AttachCurrentThread(JNIEnv** p_env, void* thr_args) in AttachCurrentThread() function1058 { return functions->AttachCurrentThread(this, p_env, thr_args); } in AttachCurrentThread()