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

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c35 .workq_open = _workq_open,
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c303 workq_open(struct proc *p, __unused struct workq_open_args *uap, int32_t *retval) function
305 return pthread_functions->workq_open(p, retval);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h80 int (*workq_open)(struct proc *p, int32_t *retval); member in struct:pthread_functions_s

Completed in 173 milliseconds