Home
last modified time | relevance | path

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

/dalvik/dalvikvm/
DMain.cpp285 if (vm->DetachCurrentThread() != JNI_OK) { in main()
/dalvik/libnativehelper/include/nativehelper/
Djni.h1058 jint (*DetachCurrentThread)(JavaVM*); member
1074 jint DetachCurrentThread() in DetachCurrentThread() function
1075 { return functions->DetachCurrentThread(this); } in DetachCurrentThread()
/dalvik/vm/
DJni.cpp2919 static jint DetachCurrentThread(JavaVM* vm) { in DetachCurrentThread() function
3315 DetachCurrentThread,
DCheckJni.cpp2032 return CHECK_JNI_EXIT("I", baseVm(vm)->DetachCurrentThread(vm)); in Check_DetachCurrentThread()