Home | History | Annotate | Download | only in include

Lines Matching full:detachcurrentthread

1076     jint        (*DetachCurrentThread)(JavaVM*);
1092 jint DetachCurrentThread()
1093 { return functions->DetachCurrentThread(this); }