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

/dalvik/vm/
H A DDdm.cpp386 bool isDaemon = false; local
396 isDaemon = dvmGetFieldBoolean(threadObj,
405 set1(buf+17, isDaemon);
H A DThread.h322 bool isDaemon; member in struct:InternalStartArgs
502 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon);
H A DJni.cpp2773 static jint attachThread(JavaVM* vm, JNIEnv** p_env, void* thr_args, bool isDaemon) { argument
2823 bool result = dvmAttachCurrentThread(&argsCopy, isDaemon);

Completed in 647 milliseconds