Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dsystm.h173 extern void unix_syscall_return(int) __dead2;
H A Dpthread_shims.h231 void (*unix_syscall_return)(int error); member
/xnu-11215/bsd/pthread/
H A Dpthread_shims.c563 .unix_syscall_return = unix_syscall_return,
/xnu-11215/bsd/kern/
H A Dkern_synch.c131 unix_syscall_return((*ut->uu_continuation)(error)); in _sleep_continue()
H A Dkern_sig.c858 unix_syscall_return(EINTR); in sigcontinue()
919 unix_syscall_return(EINTR); in __pthread_testcancel()
1008 unix_syscall_return(error); in __posix_sem_syscall_return()
H A Dsys_ulock.c875 unix_syscall_return(ret); in ulock_wait_continue()
H A Dkern_event.c3987 unix_syscall_return(error); in kevent_register_wait_return()
7979 unix_syscall_return(error);
/xnu-11215/bsd/dev/arm/
H A Dsystemcalls.c231 unix_syscall_return(int error) in unix_syscall_return() function
/xnu-11215/bsd/dev/i386/
H A Dsystemcalls.c478 unix_syscall_return(int error) in unix_syscall_return() function