Searched refs:uu_list (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Duser.h201 TAILQ_ENTRY(uthread) uu_list; /* List of uthreads in proc */ member in struct:uthread
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c238 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_sig.c459 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
491 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
521 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
551 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
1258 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
1680 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
3041 TAILQ_FOREACH(uth, &p->p_uthlist, uu_list) {
H A Dkern_fork.c1493 TAILQ_INSERT_TAIL(&p->p_uthlist, uth, uu_list);
1578 TAILQ_REMOVE(&p->p_uthlist, uth, uu_list);
H A Dbsd_init.c557 TAILQ_INSERT_TAIL(&kernproc->p_uthlist, ut, uu_list);
H A Dkern_lockf.c511 TAILQ_FOREACH(ut, &wproc->p_uthlist, uu_list) {

Completed in 264 milliseconds