Home
last modified time | relevance | path

Searched refs:SIGINFO (Results 1 - 13 of 13) sorted by relevance

/third_party/node/src/api/
H A Dutils.cc154 #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 Dsigname.h87 #ifdef SIGINFO in tst_strsig()
88 PAIR(SIGINFO) in tst_strsig()
/third_party/elfutils/libebl/
H A Deblcorenotetypename.c95 KNOWNSTYPE (SIGINFO); in ebl_core_note_type_name()
/third_party/node/src/
H A Dnode_constants.cc759 #ifdef SIGINFO in DefineSignalConstants()
760 NODE_DEFINE_CONSTANT(target, SIGINFO); in DefineSignalConstants()
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs113 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 Dmkfs_msdos.c634 #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 Dsignalmodule.c1582 #ifdef SIGINFO
1583 ADD_INT_MACRO(SIGINFO);
/third_party/mksh/
H A Dfuncs.c3429 #ifdef SIGINFO in c_sleep()
3430 (void)sigaddset(&bmask, SIGINFO); in c_sleep()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs297 pub const SIGINFO: ::c_int = 29; consts
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs401 pub const SIGINFO: c_int = 29; consts
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c1647 case SIGINFO: in set_sig()
H A Ddoio.c893 case SIGINFO: in doio()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1224 pub const SIGINFO: ::c_int = 41; consts

Completed in 37 milliseconds