Searched refs:isDaemon (Results 1 - 4 of 4) 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.h318 bool isDaemon; member in struct:InternalStartArgs
498 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon);
H A DThread.cpp1652 pArgs->isDaemon = true;
1727 if (dvmAttachCurrentThread(&jniArgs, pArgs->isDaemon)) {
1772 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon)
1824 if (!isDaemon)
1895 threadNameStr, os_getThreadPriorityFromSystem(), isDaemon);
1954 if (!isDaemon)
3284 bool isDaemon;
3310 isDaemon = dvmGetFieldBoolean(threadObj, gDvm.offJavaLangThread_daemon);
3328 threadName, isDaemon ? " daemon" : "",
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 137 milliseconds