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.h326 bool isDaemon; member in struct:InternalStartArgs
507 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon);
H A DThread.cpp1655 pArgs->isDaemon = true;
1730 if (dvmAttachCurrentThread(&jniArgs, pArgs->isDaemon)) {
1775 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon)
1827 if (!isDaemon)
1898 threadNameStr, os_getThreadPriorityFromSystem(), isDaemon);
1957 if (!isDaemon)
3324 bool isDaemon;
3350 isDaemon = dvmGetFieldBoolean(threadObj, gDvm.offJavaLangThread_daemon);
3368 threadName, isDaemon ? " daemon" : "",
H A DJni.cpp2783 static jint attachThread(JavaVM* vm, JNIEnv** p_env, void* thr_args, bool isDaemon) { argument
2824 (isDaemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread"),
2838 bool result = dvmAttachCurrentThread(&argsCopy, isDaemon);

Completed in 1598 milliseconds