Searched refs:DetachCurrentThread (Results 1 - 4 of 4) sorted by relevance

/dalvik/dalvikvm/
H A DMain.c285 if ((*vm)->DetachCurrentThread(vm) != JNI_OK) {
/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,
H A DCheckJni.c2424 result = BASE_VM(vm)->DetachCurrentThread(vm);

Completed in 9351 milliseconds