Home | History | Annotate | Download | only in jni-headers

Lines Matching defs:DetachCurrentThread

1881     jint (JNICALL *DetachCurrentThread)(JavaVM *vm);
1898 jint DetachCurrentThread() {
1899 return functions->DetachCurrentThread(this);