Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_fork.c1169 child_proc->p_dispatchqueue_offset = parent_proc->p_dispatchqueue_offset; in forkproc()
H A Dproc_info.c234 return pself->p_dispatchqueue_offset; in get_dispatchqueue_offset_from_proc()
H A Dkern_exec.c5164 new_proc->p_dispatchqueue_offset = 0; in proc_exec_switch_task()
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_shims.c96 p->p_dispatchqueue_offset = offset; in proc_set_dispatchqueue_offset()
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h448 uint64_t p_dispatchqueue_offset; member