Searched refs:DetachCurrentThread (Results 1 – 4 of 4) sorted by relevance
285 if (vm->DetachCurrentThread() != JNI_OK) { in main()
1058 jint (*DetachCurrentThread)(JavaVM*); member1074 jint DetachCurrentThread() in DetachCurrentThread() function1075 { return functions->DetachCurrentThread(this); } in DetachCurrentThread()
2919 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function3315 DetachCurrentThread,
2032 return CHECK_JNI_EXIT("I", baseVm(vm)->DetachCurrentThread(vm)); in Check_DetachCurrentThread()