Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_fork.c1174 child_proc->p_dispatchqueue_label_offset = parent_proc->p_dispatchqueue_label_offset; in forkproc()
H A Dproc_info.c264 return pself->p_dispatchqueue_label_offset; in get_dispatchqueue_label_offset_from_proc()
H A Dkern_exec.c5031 new_proc->p_dispatchqueue_label_offset = 0; in proc_exec_switch_task()
/xnu-11215/bsd/sys/
H A Dproc_internal.h449 uint64_t p_dispatchqueue_label_offset; member
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c3854 p->p_dispatchqueue_label_offset = cfg.wdc_queue_label_offs; in workq_kernreturn()