Searched refs:p_uthlist (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_ptss.c250 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c555 TAILQ_INIT(&kernproc->p_uthlist);
556 TAILQ_INSERT_TAIL(&kernproc->p_uthlist, ut, uu_list);
H A Dkern_fork.c1310 TAILQ_INIT(&child_proc->p_uthlist);
1482 TAILQ_INSERT_TAIL(&p->p_uthlist, uth, uu_list);
1569 TAILQ_REMOVE(&p->p_uthlist, uth, uu_list);
H A Dkern_sig.c457 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
489 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
519 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
549 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
1256 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
1678 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
3042 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
H A Dkern_lockf.c498 TAILQ_FOREACH(ut, &wproc->p_uthlist, uu_list) {
H A Dtty.c2837 if (TAILQ_EMPTY(&pick->p_uthlist) ||
2838 (uthread = TAILQ_FIRST(&pick->p_uthlist)) == NULL ||
H A Dkern_proc.c772 uthread_t uth = TAILQ_FIRST(&proc->p_uthlist);
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h232 TAILQ_HEAD( , uthread) p_uthlist; /* List of uthreads (PL) */ member in struct:proc

Completed in 106 milliseconds