Searched refs:SIGINFO (Results 1 – 24 of 24) sorted by relevance
/third_party/node/src/api/ |
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/ |
D | signame.h | 87 #ifdef SIGINFO in tst_strsig() 88 PAIR(SIGINFO) in tst_strsig()
|
/third_party/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 252 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/ |
D | eblcorenotetypename.c | 95 KNOWNSTYPE (SIGINFO); in ebl_core_note_type_name()
|
/third_party/rust/crates/nix/src/sys/ |
D | signal.rs | 113 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/ |
D | constants.d.ts | 121 SIGINFO: 29;
|
/third_party/node/src/ |
D | node_constants.cc | 759 #ifdef SIGINFO in DefineSignalConstants() 760 NODE_DEFINE_CONSTANT(target, SIGINFO); in DefineSignalConstants()
|
/third_party/python/Modules/ |
D | signalmodule.c | 1552 #ifdef SIGINFO 1553 ADD_INT_MACRO(SIGINFO);
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_msdos.c | 634 #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/ |
D | Signals.inc | 236 #ifdef SIGINFO 237 , SIGINFO
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 758 SIGINFO
|
D | dragonfly.txt | 891 SIGINFO
|
D | netbsd.txt | 922 SIGINFO
|
D | freebsd.txt | 1111 SIGINFO
|
D | apple.txt | 1287 SIGINFO
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 297 pub const SIGINFO: ::c_int = 29; constant
|
/third_party/mksh/ |
D | funcs.c | 3429 #ifdef SIGINFO in c_sleep() 3430 (void)sigaddset(&bmask, SIGINFO); in c_sleep()
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 401 pub const SIGINFO: c_int = 29; constant
|
/third_party/node/doc/api/ |
D | os.md | 502 description: Added support for `SIGINFO`. 655 <td><code>SIGINFO</code></td>
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 1647 case SIGINFO: in set_sig()
|
D | doio.c | 893 case SIGINFO: in doio()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1224 pub const SIGINFO: ::c_int = 41; constant
|
/third_party/rust/crates/nix/ |
D | CHANGELOG.md | 1560 - Added `SIGINFO` in `::nix::sys::signal` for the _macos_ target as well as
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 121 …* 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…
|