Searched refs:bsdthread_terminate (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_shims.c | 365 bsdthread_terminate(struct proc *p, struct bsdthread_terminate_args *uap, int32_t *retval) in bsdthread_terminate() function 394 return pthread_functions->bsdthread_terminate(p, uap->stackaddr, uap->freesize, thp, sem, retval); in bsdthread_terminate()
|
| /xnu-11215/bsd/sys/ |
| H A D | pthread_shims.h | 85 …int (*bsdthread_terminate)(struct proc *p, user_addr_t stackaddr, size_t size, uint32_t kthport, u… member
|