Home | History | Annotate | Download | only in runtime

Lines Matching defs:DetachCurrentThread

406       // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
2045 static jint DetachCurrentThread(JavaVM* vm) {
2048 return CHECK_JNI_EXIT("I", BaseVm(vm)->DetachCurrentThread(vm));
2069 CheckJII::DetachCurrentThread,