Home
last modified time | relevance | path

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

/third_party/node/src/api/
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/
Dsigname.h87 #ifdef SIGINFO in tst_strsig()
88 PAIR(SIGINFO) in tst_strsig()
/third_party/elfutils/tests/
Drun-readelf-mixed-corenote.sh252 CORE 128 SIGINFO
324 CORE 128 SIGINFO
453 CORE 128 SIGINFO
525 CORE 128 SIGINFO
609 CORE 128 SIGINFO
684 CORE 128 SIGINFO
/third_party/elfutils/libebl/
Deblcorenotetypename.c95 KNOWNSTYPE (SIGINFO); in ebl_core_note_type_name()
/third_party/rust/crates/nix/src/sys/
Dsignal.rs113 SIGINFO,
191 "SIGINFO" => Signal::SIGINFO, in from_str()
274 Signal::SIGINFO => "SIGINFO", in as_str()
361 SIGPROF, SIGWINCH, SIGIO, SIGSYS, SIGEMT, SIGINFO,
/third_party/node/typings/internalBinding/
Dconstants.d.ts121 SIGINFO: 29;
/third_party/node/src/
Dnode_constants.cc759 #ifdef SIGINFO in DefineSignalConstants()
760 NODE_DEFINE_CONSTANT(target, SIGINFO); in DefineSignalConstants()
/third_party/python/Modules/
Dsignalmodule.c1552 #ifdef SIGINFO
1553 ADD_INT_MACRO(SIGINFO);
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c634 #ifdef SIGINFO in mkfs_msdos()
635 if (sigaction(SIGINFO, &si_sa, NULL) == -1) { in mkfs_msdos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DSignals.inc236 #ifdef SIGINFO
237 , SIGINFO
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt758 SIGINFO
Ddragonfly.txt891 SIGINFO
Dnetbsd.txt922 SIGINFO
Dfreebsd.txt1111 SIGINFO
Dapple.txt1287 SIGINFO
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs297 pub const SIGINFO: ::c_int = 29; constant
/third_party/mksh/
Dfuncs.c3429 #ifdef SIGINFO in c_sleep()
3430 (void)sigaddset(&bmask, SIGINFO); in c_sleep()
/third_party/rust/crates/libc/src/solid/
Dmod.rs401 pub const SIGINFO: c_int = 29; constant
/third_party/node/doc/api/
Dos.md502 description: Added support for `SIGINFO`.
655 <td><code>SIGINFO</code></td>
/third_party/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c1647 case SIGINFO: in set_sig()
Ddoio.c893 case SIGINFO: in doio()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1224 pub const SIGINFO: ::c_int = 41; constant
/third_party/rust/crates/nix/
DCHANGELOG.md1560 - Added `SIGINFO` in `::nix::sys::signal` for the _macos_ target as well as
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md121 …* add SIGINFO to supported signals (James Reggio) [#6093](https://github.com/nodejs/node/pull/6093)
186 …ub.com/nodejs/node/commit/7d54d85269)] - **(SEMVER-MINOR)** **src**: add SIGINFO to supported sign…