Searched refs:unix_syscall_return (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsystm.h173 extern void unix_syscall_return(int) __dead2;
H A Dpthread_shims.h184 void (*unix_syscall_return)(int error); member in struct:pthread_callbacks_s
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c448 .unix_syscall_return = unix_syscall_return,
H A Dkern_synch.c58 #include <sys/systm.h> /* for unix_syscall_return() */
128 unix_syscall_return((*ut->uu_continuation)(error));
H A Dkern_sig.c792 unix_syscall_return(EINTR);
855 unix_syscall_return(EINTR);
940 unix_syscall_return(error);
H A Dkern_exit.c274 unix_syscall_return(0);
H A Dkern_event.c1429 unix_syscall_return(error);
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Dsystemcalls.c446 unix_syscall_return(int error) function
514 "unix_syscall_return: error=%d retval=(%llu,%llu)\n",
545 "unix_syscall_return: error=%d retval=(%u,%u)\n",
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_synch.c778 pthread_kern->unix_syscall_return(error);
1240 pthread_kern->unix_syscall_return(error);

Completed in 290 milliseconds