Searched defs:DetachCurrentThread (Results 1 - 2 of 2) sorted by last modified time

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h1043 jint (*DetachCurrentThread)(JavaVM*); member in struct:JNIInvokeInterface
1059 jint DetachCurrentThread() function in struct:_JavaVM
1060 { return functions->DetachCurrentThread(this); }
/dalvik/vm/
H A DJni.c3810 static jint DetachCurrentThread(JavaVM* vm) function
4208 DetachCurrentThread,

Completed in 113 milliseconds