Searched refs:thread_selfid (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A D__thread_selfid.s33 __SYSCALL(___thread_selfid, thread_selfid, 0)
37 __SYSCALL_INT(___thread_selfid, thread_selfid, 0)
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_init.c33 .thread_selfid = _thread_selfid,
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c291 thread_selfid(struct proc *p, __unused struct thread_selfid_args *uap, uint64_t *retval) function
293 return pthread_functions->thread_selfid(p, retval);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h78 int (*thread_selfid)(struct proc *p, uint64_t *retval); member in struct:pthread_functions_s

Completed in 123 milliseconds