Home
last modified time | relevance | path

Searched refs:p_dispatchqueue_offset (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_fork.c1172 child_proc->p_dispatchqueue_offset = parent_proc->p_dispatchqueue_offset; in forkproc()
H A Dproc_info.c231 return pself->p_dispatchqueue_offset; in get_dispatchqueue_offset_from_proc()
H A Dkern_exec.c5029 new_proc->p_dispatchqueue_offset = 0; in proc_exec_switch_task()
/xnu-11215/bsd/pthread/
H A Dpthread_shims.c95 p->p_dispatchqueue_offset = offset; in proc_set_dispatchqueue_offset()
/xnu-11215/bsd/sys/
H A Dproc_internal.h447 uint64_t p_dispatchqueue_offset; member