Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:DetachCurrentThread

1045     jint        (*DetachCurrentThread)(JavaVM*);
1061 jint DetachCurrentThread()
1062 { return functions->DetachCurrentThread(this); }