Home
last modified time | relevance | path

Searched refs:sigrtmax (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/lib/
H A 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/
H A Dsigrt.rs15 pub fn sigrtmax() -> libc::c_int; in sigrtmax() functions
22 assert_eq!(libc::SIGRTMAX(), sigrtmax()); in test_sigrtmax()
/third_party/rust/crates/libc/libc-test/src/
H A Dsigrt.c3 int sigrtmax() { in sigrtmax() function

Completed in 22 milliseconds