Lines Matching defs:t
155 kthread_t *t = curthread;
156 klwp_t *lwp = ttolwp(t);
157 proc_t *p = ttoproc(t);
197 sigemptyset(&t->t_hold);
198 sigemptyset(&t->t_sig);
199 sigemptyset(&t->t_extsig);
204 sigdelq(p, t, 0);
330 kthread_t *t = curthread;
331 klwp_t *lwp = ttolwp(t);
332 proc_t *p = ttoproc(t);
383 * Don't let init exit unless zone_start_init() failed its exec, or
386 * Since we are single threaded, we don't need to lock the
403 * Since we didn't or couldn't restart init, we clear
419 * we don't bother to allocate a useless sigqueue.
522 sigemptyset(&t->t_sig);
523 sigemptyset(&t->t_extsig);
525 sigdelq(p, t, 0);
534 t->t_proc_flag |= TP_LWPEXIT;
536 prlwpexit(t); /* notify /proc */
537 lwp_hash_out(p, t->t_tid);
543 term_mstate(t);
637 * Don't rearrange init's orphanage.
656 * Don't try to assign init's children to init.
797 * now that /proc can't bother us any more.
843 if (p != t->t_procp->p_zone->zone_zsched)
844 t->t_procp = t->t_procp->p_zone->zone_zsched;
846 t->t_procp = &p0;
863 * We don't release u_cdir and u_rdir until SZOMB is set.
879 t->t_procp = &p0;
1091 * Don't complain if a process was found in
1130 * change state while we wait, we don't wait at all.
1232 * Don't free the init processes.