Searched refs:sigreturn (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libsyscall/custom/
H A D__sigreturn.s33 __SYSCALL(___sigreturn, sigreturn, 2)
37 __SYSCALL_INT(___sigreturn, sigreturn, 2)
41 __SYSCALL(__sigreturn, sigreturn, 2)
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c79 * to sigreturn routine below. After sigreturn
177 * Build the signal context to be used by sigreturn.
334 int sigreturn(struct proc *p, struct sigreturn_args *uap, __unused int *retval) function
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c89 * to sigreturn routine below. After sigreturn
255 * Build the signal context to be used by sigreturn.
292 * Handler should call sigreturn to get out of it
370 * Handler should call sigreturn to get out of it
383 * Build the signal context to be used by sigreturn.
648 sigreturn(struct proc *p, struct sigreturn_args *uap, __unused int *retval) function

Completed in 21 milliseconds