Searched refs:TP_DAEMON (Results 1 – 10 of 10) sorted by relevance
185 t->t_proc_flag |= TP_DAEMON; in syslwp_create()
176 int daemon = (curthread->t_proc_flag & TP_DAEMON)? 1 : 0; in lwp_wait()
49 SED_REPLACE(TP_DAEMON)
302 ((T->t_proc_flag & @TP_DAEMON@) ? PR_DAEMON : 0) |
923 if (!(t->t_proc_flag & TP_DAEMON) && in lwp_exit()953 ASSERT(!(t->t_proc_flag & TP_DAEMON)); in lwp_exit()958 if (t->t_proc_flag & TP_DAEMON) { in lwp_exit()960 t->t_proc_flag &= ~TP_DAEMON; in lwp_exit()
404 (t->t_proc_flag & (TP_TWAIT|TP_DAEMON)); in cfork()
473 curthread->t_proc_flag &= ~TP_DAEMON; /* daemons shouldn't exec */ in exec_common()
381 #define TP_DAEMON 0x0001 /* this is an LWP_DAEMON lwp */ macro
1197 if (t->t_proc_flag & TP_DAEMON) in gcore_prgetlwpstatus()
950 if (t->t_proc_flag & TP_DAEMON) in prgetlwpstatus32()1176 if (t->t_proc_flag & TP_DAEMON) in prgetlwpstatus()