Searched defs:AttachCurrentThread (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DJni.cpp2755 * Handle AttachCurrentThread{AsDaemon}.
2850 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) { function
2855 * Like AttachCurrentThread, but set the "daemon" flag.
2937 if (AttachCurrentThread(vm, &tmpEnv, NULL) != JNI_OK) {
3260 AttachCurrentThread,

Completed in 49 milliseconds