Lines Matching refs:daemon
168 * successfully, or until all other lwps in the process are either daemon
176 int daemon = (curthread->t_proc_flag & TP_DAEMON)? 1 : 0;
192 p->p_lwpdwait += daemon;
200 target_lep->le_dwaiters += daemon;
225 p->p_lwpdwait -= daemon;
254 * is some non-daemon thread sleeping here in
272 p->p_lwpdwait -= daemon;
283 * We are waiting for anyone. If all non-daemon lwps
285 * no non-daemon lwp will return, we have deadlock.
312 * to all non-daemon lwps waiting here,
348 target_lep->le_dwaiters -= daemon;
351 p->p_lwpdwait -= daemon;