Home
last modified time | relevance | path

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

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