Home
last modified time | relevance | path

Searched refs:sigrtmin (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill02.c24 sigset_t sigrtmin; in thread_func() local
28 sigemptyset(&sigrtmin); in thread_func()
29 sigaddset(&sigrtmin, SIGRTMIN); in thread_func()
31 err = pthread_sigmask(SIG_BLOCK, &sigrtmin, NULL); in thread_func()
/third_party/ltp/lib/
Dtst_sig.c97 long sigrtmin, sigrtmax; in tst_sig() local
110 sigrtmin = sysconf(_SC_SIGRT_MIN); in tst_sig()
127 if (sig >= sigrtmin && sig <= sigrtmax) in tst_sig()
/third_party/rust/crates/libc/libc-test/test/
Dsigrt.rs16 pub fn sigrtmin() -> libc::c_int; in sigrtmin() function
29 assert_eq!(libc::SIGRTMIN(), sigrtmin()); in test_sigrtmin()
/third_party/rust/crates/libc/libc-test/src/
Dsigrt.c7 int sigrtmin() { in sigrtmin() function
/third_party/musl/
Dmusl_src.gni1095 "src/signal/sigrtmin.c",