Searched refs:bsdthread_create (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/pthread/ |
| H A D | pthread_shims.c | 337 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.1.10/bsd/sys/ |
| H A D | pthread_shims.h | 83 …int (*bsdthread_create)(struct proc *p, user_addr_t user_func, user_addr_t user_funcarg, user_addr… member
|