Home
last modified time | relevance | path

Searched refs:SIGRTMIN (Results 1 – 12 of 12) sorted by relevance

/rust-libc-0.2.174/libc-test/src/
H A Dsigrt.c8 return SIGRTMIN; in sigrtmin()
/rust-libc-0.2.174/libc-test/test/
H A Dsigrt.rs29 assert_eq!(libc::SIGRTMIN(), sigrtmin()); in test_sigrtmin()
/rust-libc-0.2.174/libc-test/semver/
H A Dsolarish.txt32 SIGRTMIN
H A Daix.txt1361 SIGRTMIN
H A Dlinux.txt2837 SIGRTMIN
/rust-libc-0.2.174/src/unix/newlib/rtems/
H A Dmod.rs58 pub const SIGRTMIN: c_int = 27; constant
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs938 pub const SIGRTMIN: c_int = 48; constant
940 pub const SIGIO: c_int = SIGRTMIN;
941 pub const SIGWINCH: c_int = SIGRTMIN + 5;
942 pub const SIGLOST: c_int = SIGRTMIN + 6;
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs1843 pub fn SIGRTMIN() -> c_int {
/rust-libc-0.2.174/
H A DCHANGELOG.md241 - Solaris, Illumos: add `SIGRTMIN` and `SIGRTMAX` <https://github.com/rust-lang/libc/pull/4171>
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2472 pub fn SIGRTMIN() -> c_int {
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs1764 pub const SIGRTMIN: c_int = 50; constant
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4554 pub fn SIGRTMIN() -> c_int {