Home
last modified time | relevance | path

Searched refs:p_wqthread (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_fork.c1167 child_proc->p_wqthread = parent_proc->p_wqthread; in forkproc()
/xnu-8019.80.24/bsd/pthread/
H A Dpthread_shims.c88 PTHREAD_STRUCT_ACCESSOR(proc_get_wqthread, proc_set_wqthread, user_addr_t, struct proc*, p_wqthread
/xnu-8019.80.24/bsd/sys/
H A Dproc_internal.h416 user_addr_t p_wqthread; /* pthread workqueue fn */ member