Home
last modified time | relevance | path

Searched refs:SIGINFO (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/generic/
Dsiglist.h69 #if defined SIGINFO && (!defined SIGPWR || SIGPWR != SIGINFO)
70 init_sig (SIGINFO, "INFO", N_("Information request"))
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsignum-arch.h32 #define SIGINFO 29 /* Information request (BSD). */ macro
33 #define SIGPWR SIGINFO /* Power failure imminent (System V). */
/glibc-2.36/htl/tests/
Dtest-16.c40 err = pthread_kill (pthread_self (), SIGINFO); in test()
72 err = sigaction (SIGINFO, &sa, 0); in main()
/glibc-2.36/signal/
Dtst-sigset.c65 #ifdef SIGINFO in do_test()
66 VERIFY (set, SIGINFO); in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsignum-arch.h33 #define SIGINFO 29 /* Information request (4.4 BSD). */ macro
/glibc-2.36/hurd/
Dhurdsig.c854 case SIGINFO: in weak_alias()
1313 case SIGINFO: in signal_allowed()
/glibc-2.36/po/
Deo.po916 # SIGINFO 29,-,- A synonym for SIGPWR
2945 # SIGINFO 29,-,- A synonym for SIGPWR
Dnb.po2248 msgstr "Informasjonsforespørsel (SIGINFO)"
Dda.po4560 msgstr "Informationsforespørgsel (SIGINFO)"
Dcs.po5589 msgstr "Žádost o informaci (SIGINFO)"
/glibc-2.36/ChangeLog.old/
DChangeLog.3231 * hurd/hurdsig.c (_hurd_internal_post_signal [case SIGINFO]): If
DChangeLog.41847 * sysdeps/unix/bsd/sun/signum.h: New file; no SIGINFO, SIGLOST is 29.
DChangeLog.2979 * sysdeps/unix/bsd/signum.h (SIGINFO): Define as 29.
DChangeLog.223974 profil-counter: Add missing SIGINFO case
/glibc-2.36/manual/
Dsignal.texi808 @deftypevr Macro int SIGINFO