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

/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c29 .bsdthread_create = _bsdthread_create,
H A Dkern_support.c150 * Flags filed passed to bsdthread_create and back in pthread_start
347 #error bsdthread_create not defined for this architecture
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c256 bsdthread_create(struct proc *p, struct bsdthread_create_args *uap, user_addr_t *retval) function
258 return pthread_functions->bsdthread_create(p, uap->func, uap->func_arg, uap->stack, uap->pthread, uap->flags, retval);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h75 int (*bsdthread_create)(struct proc *p, user_addr_t user_func, user_addr_t user_funcarg, user_addr_t user_stack, user_addr_t user_pthread, uint32_t flags, user_addr_t *retval); member in struct:pthread_functions_s

Completed in 180 milliseconds