Searched refs:SIGHUP (Results 1 – 18 of 18) sorted by relevance
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel20.c | 130 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()
|
D | tst-cancel21.c | 108 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/ |
D | tst-pthread-attr-sigmask.c | 164 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/ |
D | signum-generic.h | 56 #define SIGHUP 1 /* Hangup. */ macro
|
/glibc-2.36/sysdeps/generic/ |
D | siglist.h | 29 init_sig (SIGHUP, "HUP", N_("Hangup"))
|
/glibc-2.36/signal/ |
D | tst-sigset.c | 29 VERIFY (set, SIGHUP); in do_test()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 74 macro-int-constant SIGHUP {int} > 0
|
/glibc-2.36/manual/ |
D | signal.texi | 517 @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 …]
|
D | startup.texi | 1066 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}
|
D | job.texi | 185 @code{SIGHUP} signal. Ordinarily, this causes the processes to
|
D | terminal.texi | 677 @code{SIGHUP} signal is sent to the controlling process group for the
|
D | socket.texi | 3313 @code{SIGHUP} signal. You'll have to use @code{ps} to determine the
|
/glibc-2.36/hurd/ |
D | hurdsig.c | 1312 case SIGHUP: in signal_allowed()
|
/glibc-2.36/po/ |
D | nb.po | 2115 msgstr "Legg på (SIGHUP)"
|
D | da.po | 4427 msgstr "Læg på (SIGHUP)"
|
D | cs.po | 5455 msgstr "Odpojen terminál (SIGHUP)"
|
/glibc-2.36/ |
D | NEWS | 1158 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/ |
D | ChangeLog.18 | 83458 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
|