Home | History | Annotate | Download | only in vm

Lines Matching refs:isDaemon

1824     pArgs->isDaemon = true;
1899 if (dvmAttachCurrentThread(&jniArgs, pArgs->isDaemon)) {
1944 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon)
1996 if (!isDaemon)
2067 threadNameStr, getThreadPriorityFromSystem(), isDaemon);
2126 if (!isDaemon)
3506 bool isDaemon;
3536 isDaemon = dvmGetFieldBoolean(threadObj, gDvm.offJavaLangThread_daemon);
3567 threadName, isDaemon ? " daemon" : "",