Home
last modified time | relevance | path

Searched refs:SIGHUP (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-cancel20.c130 r = pthread_kill (th, SIGHUP); in do_one_test()
208 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
222 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
237 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
251 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
Dtst-cancel21.c108 r = pthread_kill (th, SIGHUP); in tf()
238 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
252 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
267 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
281 if (sigaction (SIGHUP, &sa, NULL) != 0) in do_test()
/glibc-2.36/nptl/
Dtst-pthread-attr-sigmask.c164 sigaddset (&set, SIGHUP); in do_test()
171 sigaddset (&set, SIGHUP); in do_test()
173 check_sigmask ("default attribute", (signals) { [SIGHUP] = true, }, &set); in do_test()
177 check_posix_thread (NULL, (signals) { [SIGHUP] = true, }); in do_test()
178 check_c11_thread ((signals) { [SIGHUP] = true, }); in do_test()
/glibc-2.36/bits/
Dsignum-generic.h56 #define SIGHUP 1 /* Hangup. */ macro
/glibc-2.36/sysdeps/generic/
Dsiglist.h29 init_sig (SIGHUP, "HUP", N_("Hangup"))
/glibc-2.36/signal/
Dtst-sigset.c29 VERIFY (set, SIGHUP); in do_test()
/glibc-2.36/conform/data/
Dsignal.h-data74 macro-int-constant SIGHUP {int} > 0
/glibc-2.36/manual/
Dsignal.texi517 @deftypevr Macro int SIGHUP
520 The @code{SIGHUP} (``hang-up'') signal is used to report that the user's
714 such as @code{SIGKILL} or @code{SIGHUP}. On @gnuhurdsystems{}, the process
887 @code{NULL} for invalid signal number (e.g "Hangup" for @code{SIGHUP}).
1060 if (signal (SIGHUP, termination_handler) == SIG_IGN)
1061 signal (SIGHUP, SIG_IGN);
1255 sigaction (SIGHUP, NULL, &old_action);
1257 sigaction (SIGHUP, &new_action, NULL);
1370 Here is an example of how to establish a handler for @code{SIGHUP}, but
1371 not if @code{SIGHUP} is currently ignored:
[all …]
Dstartup.texi1066 a @code{SIGHUP} signal is sent to each process in the foreground job,
1072 and any member of that process group is stopped, then a @code{SIGHUP}
Djob.texi185 @code{SIGHUP} signal. Ordinarily, this causes the processes to
Dterminal.texi677 @code{SIGHUP} signal is sent to the controlling process group for the
Dsocket.texi3313 @code{SIGHUP} signal. You'll have to use @code{ps} to determine the
/glibc-2.36/hurd/
Dhurdsig.c1312 case SIGHUP: in signal_allowed()
/glibc-2.36/po/
Dnb.po2115 msgstr "Legg på (SIGHUP)"
Dda.po4427 msgstr "Læg på (SIGHUP)"
Dcs.po5455 msgstr "Odpojen terminál (SIGHUP)"
/glibc-2.36/
DNEWS1158 SIGHUP) while sigdescr_np returns a string describing the signal number
1159 (e.g "Hangup" for SIGHUP). Different than strsignal, sigdescr_np does not
/glibc-2.36/ChangeLog.old/
DChangeLog.1883458 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.