Home | History | Annotate | Download | only in include

Lines Matching refs:DetachCurrentThread

1043     jint        (*DetachCurrentThread)(JavaVM*);
1059 jint DetachCurrentThread()
1060 { return functions->DetachCurrentThread(this); }