Home
last modified time | relevance | path

Searched refs:bsdthread_create (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.41.3/bsd/pthread/
H A Dpthread_shims.c337 bsdthread_create(struct proc *p, struct bsdthread_create_args *uap, user_addr_t *retval) in bsdthread_create() function
339 …return pthread_functions->bsdthread_create(p, uap->func, uap->func_arg, uap->stack, uap->pthread, … in bsdthread_create()
/xnu-11215.41.3/bsd/sys/
H A Dpthread_shims.h83 …int (*bsdthread_create)(struct proc *p, user_addr_t user_func, user_addr_t user_funcarg, user_addr… member