Home | History | Annotate | Download | only in vm

Lines Matching refs:isDaemon

1783     pArgs->isDaemon = true;
1858 if (dvmAttachCurrentThread(&jniArgs, pArgs->isDaemon)) {
1903 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon)
2004 if (!isDaemon)
2038 threadNameStr, getThreadPriorityFromSystem(), isDaemon);
2043 //if (isDaemon)
2096 if (!isDaemon)
3421 bool isDaemon;
3438 isDaemon = dvmGetFieldBoolean(threadObj, gDvm.offJavaLangThread_daemon);
3471 threadName, isDaemon ? " daemon" : "",