Searched refs:sigrtmax (Results 1 – 4 of 4) sorted by relevance
97 long sigrtmin, sigrtmax; in tst_sig() local111 sigrtmax = sysconf(_SC_SIGRT_MAX); in tst_sig()127 if (sig >= sigrtmin && sig <= sigrtmax) in tst_sig()
15 pub fn sigrtmax() -> libc::c_int; in sigrtmax() function22 assert_eq!(libc::SIGRTMAX(), sigrtmax()); in test_sigrtmax()
3 int sigrtmax() { in sigrtmax() function
1094 "src/signal/sigrtmax.c",