Home
last modified time | relevance | path

Searched refs:sigrtmax (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/lib/
Dtst_sig.c97 long sigrtmin, sigrtmax; in tst_sig() local
111 sigrtmax = sysconf(_SC_SIGRT_MAX); in tst_sig()
127 if (sig >= sigrtmin && sig <= sigrtmax) in tst_sig()
/third_party/rust/crates/libc/libc-test/test/
Dsigrt.rs15 pub fn sigrtmax() -> libc::c_int; in sigrtmax() function
22 assert_eq!(libc::SIGRTMAX(), sigrtmax()); in test_sigrtmax()
/third_party/rust/crates/libc/libc-test/src/
Dsigrt.c3 int sigrtmax() { in sigrtmax() function
/third_party/musl/
Dmusl_src.gni1094 "src/signal/sigrtmax.c",