Searched refs:SIGINFO (Results 1 - 13 of 13) sorted by relevance
/third_party/node/src/api/ |
H A D | utils.cc | 154 #ifdef SIGINFO in signo_string() 155 #if !defined(SIGPWR) || SIGINFO != SIGPWR in signo_string() 156 SIGNO_CASE(SIGINFO); in signo_string()
|
/third_party/ltp/lib/ |
H A D | signame.h | 87 #ifdef SIGINFO in tst_strsig() 88 PAIR(SIGINFO) in tst_strsig()
|
/third_party/elfutils/libebl/ |
H A D | eblcorenotetypename.c | 95 KNOWNSTYPE (SIGINFO); in ebl_core_note_type_name()
|
/third_party/node/src/ |
H A D | node_constants.cc | 759 #ifdef SIGINFO in DefineSignalConstants() 760 NODE_DEFINE_CONSTANT(target, SIGINFO); in DefineSignalConstants()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 113 SIGINFO, 191 "SIGINFO" => Signal::SIGINFO, in from_str() 274 Signal::SIGINFO => "SIGINFO", 361 SIGPROF, SIGWINCH, SIGIO, SIGSYS, SIGEMT, SIGINFO,
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 634 #ifdef SIGINFO in mkfs_msdos() 635 if (sigaction(SIGINFO, &si_sa, NULL) == -1) { in mkfs_msdos() 636 warn("sigaction SIGINFO"); in mkfs_msdos()
|
/third_party/python/Modules/ |
H A D | signalmodule.c | 1582 #ifdef SIGINFO 1583 ADD_INT_MACRO(SIGINFO);
|
/third_party/mksh/ |
H A D | funcs.c | 3429 #ifdef SIGINFO in c_sleep() 3430 (void)sigaddset(&bmask, SIGINFO); in c_sleep()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 297 pub const SIGINFO: ::c_int = 29; consts
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 401 pub const SIGINFO: c_int = 29; consts
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 1647 case SIGINFO: in set_sig()
|
H A D | doio.c | 893 case SIGINFO: in doio()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1224 pub const SIGINFO: ::c_int = 41; consts
|
Completed in 30 milliseconds