/third_party/libuv/docs/src/ |
D | signal.rst | 23 * SIGWINCH is raised whenever libuv detects that the console has been 25 32-bit libuv app is running on 64-bit system, SIGWINCH will be emulated. In 26 such cases SIGWINCH signals may not always be delivered in a timely manner. 39 .. versionchanged:: 1.15.0 SIGWINCH support on Windows was improved. 40 .. versionchanged:: 1.31.0 32-bit libuv SIGWINCH support on 64-bit Windows was
|
/third_party/ltp/lib/ |
D | signame.h | 74 #ifdef SIGWINCH in tst_strsig() 75 PAIR(SIGWINCH) in tst_strsig()
|
/third_party/musl/src/string/ |
D | strsignal.c | 11 && (SIGXFSZ == 25) && (SIGVTALRM == 26) && (SIGPROF == 27) && (SIGWINCH == 28) \ 50 [SIGWINCH] = 28,
|
/third_party/node/src/api/ |
D | utils.cc | 128 #ifdef SIGWINCH in signo_string() 129 SIGNO_CASE(SIGWINCH); in signo_string()
|
/third_party/rust/crates/nix/src/sys/ |
D | signal.rs | 90 SIGWINCH, 163 "SIGWINCH" => Signal::SIGWINCH, in from_str() 246 Signal::SIGWINCH => "SIGWINCH", in as_str() 302 SIGPROF, SIGWINCH, SIGIO, SIGSYS, 310 SIGPROF, SIGWINCH, SIGSYS, 330 SIGVTALRM, SIGPROF, SIGWINCH, SIGIO, SIGPWR, SIGSYS, 346 SIGPROF, SIGWINCH, SIGIO, SIGPWR, SIGSYS, 361 SIGPROF, SIGWINCH, SIGIO, SIGSYS, SIGEMT, SIGINFO,
|
/third_party/selinux/libselinux/utils/ |
D | avcstat.c | 91 if (num == SIGWINCH) in sighandler() 145 i = sigaction(SIGWINCH, &sa, NULL); in main()
|
/third_party/libuv/include/uv/ |
D | win.h | 95 #define SIGWINCH 28 macro 98 #if defined(NSIG) && NSIG <= SIGWINCH 102 # define NSIG SIGWINCH + 1
|
/third_party/rust/crates/signal-hook/examples/ |
D | print.rs | 16 SIGTERM, SIGQUIT, SIGINT, SIGTSTP, SIGWINCH, SIGHUP, SIGCHLD, SIGCONT, in main()
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 78 #define SIGWINCH 28 macro
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | signal.h | 79 #define SIGWINCH 28 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 78 #define SIGWINCH 28 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | signal.h | 112 #define SIGWINCH 28 macro
|
/third_party/musl/arch/s390x/bits/ |
D | signal.h | 114 #define SIGWINCH 28 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | signal.h | 103 #define SIGWINCH 28 macro
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
D | signal05.c | 75 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
|
D | signal03.c | 75 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
|
D | signal04.c | 75 SIGWINCH, SIGIO, SIGPWR, SIGSYS
|
/third_party/musl/arch/sh/bits/ |
D | signal.h | 89 #define SIGWINCH 28 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | signal.h | 81 #define SIGWINCH 28 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | signal.h | 111 #define SIGWINCH 28 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
D | types.rs | 149 Winch = linux_raw_sys::general::SIGWINCH, 195 linux_raw_sys::general::SIGWINCH => Some(Self::Winch), in from_raw()
|
/third_party/rust/crates/signal-hook/src/ |
D | lib.rs | 374 SIGTTIN, SIGTTOU, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM, SIGWINCH, SIGXCPU, SIGXFSZ,
|