Home
last modified time | relevance | path

Searched refs:sigcode (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/sysdeps/hurd/include/hurd/
Dsigpreempt.h23 # define HURD_PREEMPT_SIGNAL_P(preemptor, signo, sigcode) \ argument
25 && (sigcode) >= (preemptor)->first && (sigcode) <= (preemptor)->last)
/glibc-2.36/sysdeps/mach/hurd/
Dwaitid.c34 int sigcode; in __waitid() local
73 &status, &sigcode, in __waitid()
78 &status, &sigcode, in __waitid()
Dwait4_nocancel.c31 int sigcode; in __wait4_nocancel() local
35 stat_loc ?: &dummy, &sigcode, in __wait4_nocancel()
Dwait4.c31 int sigcode; in __wait4() local
37 stat_loc ?: &dummy, &sigcode, in __wait4()
/glibc-2.36/hurd/
Dcatch-signal.c34 void throw (int signo, long int sigcode, struct sigcontext *scp) in __hurd_catch_signal()
123 void throw (int signo, long int sigcode, struct sigcontext *scp) in hurd_safe_memmove()
Dtrampoline.c32 int signo, int sigcode, in _hurd_setup_sighandler() argument
Dhurdsig.c1394 int signo, natural_t sigcode, in _S_msg_sig_post() argument
1403 d.code = d.exc_subcode = sigcode; in _S_msg_sig_post()
1423 int signo, natural_t sigcode, in _S_msg_sig_post_untraced() argument
1432 d.code = d.exc_subcode = sigcode; in _S_msg_sig_post_untraced()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dtrampoline.c104 long int sigcode; in _hurd_setup_sighandler() member
246 stackframe->legacy.sigcode = detail->code; in _hurd_setup_sighandler()
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sys/
Duser.h79 unsigned int sigcode; member
/glibc-2.36/ChangeLog.old/
DChangeLog.45 * sysdeps/mach/hurd/alpha/trampoline.c: Use `long int' for sigcode
70 * sysdeps/mach/hurd/alpha/exc2signal.c: Use `long int' for sigcode
100 * hurd/hurd-raise.c: Use `long int' for sigcode values.
102 * hurd/hurdfault.c: Use `long int' for sigcode values.
116 * hurd/catch-exc.c: Use `long int' for sigcode values.
137 * hurd/hurd/signal.h: Use `long int' for sigcode values.
139 place of unsigned int and int. Use `long int' for sigcode values.
DChangeLog.52626 * sysdeps/mach/hurd/_exit.c (_hurd_exit): Pass sigcode arg to
2630 * sysdeps/mach/hurd/wait4.c: Pass sigcode arg to proc_wait.
2711 * hurd/hurd-raise.c (_hurd_raise_signal): Pass sigcode in msg_sig_post
2723 Pass sigcode arg in msg_sig_post_untraced rpc.
2753 * sysdeps/mach/hurd/sigprocmask.c: Pass sigcode arg to msg_sig_post.
2780 * hurd/hurdkill.c (_hurd_sig_post): Pass 0 sigcode in msg_sig_post.
2784 (_S_msg_sig_post): Take sigcode arg and pass it through.
2794 Pass sigcode arg to msg_sig_post.
2800 Pass sigcode arg to msg_sig_post.
2806 * hurd/hurd/signal.h (_hurd_critical_section_unlock): Pass sigcode arg
[all …]
DChangeLog.1817159 'sigcode', 'error' parameters with 'detail' parameter. Fix code