Home | History | Annotate | Download | only in runtime

Lines Matching defs:DetachCurrentThread

463       // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
511 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
3846 static jint DetachCurrentThread(JavaVM* vm) {
3851 result.i = BaseVm(vm)->DetachCurrentThread(vm);
3878 CheckJII::DetachCurrentThread,