Searched refs:p_dispatchqueue_offset (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1362 child_proc->p_dispatchqueue_offset = parent_proc->p_dispatchqueue_offset;
H A Dpthread_shims.c78 PTHREAD_STRUCT_ACCESSOR(proc_get_dispatchqueue_offset, proc_set_dispatchqueue_offset, uint64_t, struct proc*, p_dispatchqueue_offset);
H A Dproc_info.c188 return (pself->p_dispatchqueue_offset);
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h393 uint64_t p_dispatchqueue_offset; member in struct:proc

Completed in 29 milliseconds