Searched refs:thread_selfid (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/libsyscall/custom/ |
| H A D | __thread_selfid.s | 33 __SYSCALL(___thread_selfid, thread_selfid, 0) 37 __SYSCALL_INT(___thread_selfid, thread_selfid, 0) 41 __SYSCALL(___thread_selfid, thread_selfid, 0) 45 __SYSCALL(___thread_selfid, thread_selfid, 0)
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_shims.c | 398 thread_selfid(struct proc *p, __unused struct thread_selfid_args *uap, uint64_t *retval) in thread_selfid() function 400 return pthread_functions->thread_selfid(p, retval); in thread_selfid()
|
| /xnu-11215/bsd/sys/ |
| H A D | pthread_shims.h | 86 int (*thread_selfid)(struct proc *p, uint64_t *retval); member
|