Searched refs:workq_kernreturn (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c34 .workq_kernreturn = _workq_kernreturn,
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c297 workq_kernreturn(struct proc *p, struct workq_kernreturn_args *uap, int32_t *retval) function
299 return pthread_functions->workq_kernreturn(p, uap->options, uap->item, uap->affinity, uap->prio, retval);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h79 int (*workq_kernreturn)(struct proc *p, int options, user_addr_t item, int affinity, int prio, int32_t *retval); member in struct:pthread_functions_s

Completed in 117 milliseconds