Searched defs:isDaemon (Results 1 – 7 of 7) sorted by relevance
195 TimerImpl(boolean isDaemon) { in TimerImpl()200 TimerImpl(String name, boolean isDaemon) { in TimerImpl()349 public Timer(boolean isDaemon) { in Timer()376 public Timer(String name, boolean isDaemon) { in Timer()
75 private boolean isDaemon; field in ThreadGroup529 public final boolean isDaemon() { in isDaemon() method in ThreadGroup697 public final void setDaemon(boolean isDaemon) { in setDaemon()
940 public final boolean isDaemon() { in isDaemon() method in Thread1100 public final void setDaemon(boolean isDaemon) { in setDaemon()
502 bool isDaemon; in dvmDdmGenerateThreadStats() local
218 bool isDaemon; member
1715 bool dvmAttachCurrentThread(const JavaVMAttachArgs* pArgs, bool isDaemon) in dvmAttachCurrentThread()3003 bool isDaemon; in dvmDumpThreadEx() local
2932 bool isDaemon) in attachThread()