Home
last modified time | relevance | path

Searched refs:thread_selfid (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libsyscall/custom/
H A D__thread_selfid.s33 __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 Dpthread_shims.c398 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 Dpthread_shims.h86 int (*thread_selfid)(struct proc *p, uint64_t *retval); member