Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_fork.c1175 child_proc->p_dispatchqueue_label_offset = parent_proc->p_dispatchqueue_label_offset; in forkproc()
H A Dproc_info.c251 return pself->p_dispatchqueue_label_offset; in get_dispatchqueue_label_offset_from_proc()
H A Dkern_exec.c4416 p->p_dispatchqueue_label_offset = 0; in proc_exec_switch_task()
/xnu-8019.80.24/bsd/sys/
H A Dproc_internal.h439 uint64_t p_dispatchqueue_label_offset; member
/xnu-8019.80.24/bsd/pthread/
H A Dpthread_workqueue.c3472 p->p_dispatchqueue_label_offset = cfg.wdc_queue_label_offs; in workq_kernreturn()