Home
last modified time | relevance | path

Searched refs:sigwait (Results 26 - 50 of 55) sorted by relevance

123

/third_party/ltp/testcases/kernel/mem/shmt/
H A Dshmt04.c151 sigwait(&set, &sig); in child()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D2-1.c75 sigwait(&mask, &sig); in main()
H A D16-1.c91 sigwait(&mask, &sig); in main()
H A D9-2.c72 sigwait(&mask, &sig); in main()
H A D8-2.c72 sigwait(&mask, &sig); in main()
H A D7-2.c72 sigwait(&mask, &sig); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D16-1.c86 sigwait(&mask, &sig); in main()
H A D5-3.c82 sigwait(&mask, &sig); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D9-2.c58 * in call to sigwait immediately after timer is set in main()
116 if (sigwait(&set, &sig) == -1) { in main()
117 perror("sigwait() failed\n"); in main()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h216 int sigwait(const sigset_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h216 int sigwait(const sigset_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h216 int sigwait(const sigset_t *__restrict, int *__restrict);
/third_party/musl/porting/linux/user/include/
H A Dsignal.h239 int sigwait(const sigset_t *__restrict, int *__restrict);
/third_party/musl/include/
H A Dsignal.h238 int sigwait(const sigset_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
H A Dsignal.c178 {int(*p)(const sigset_t*restrict,int*restrict) = sigwait;} in f()
/third_party/ltp/testcases/misc/math/float/
H A Dmain.c344 sigwait(&signals_set, &sig); in handle_signals()
/third_party/ltp/lib/
H A Dtst_safe_macros.c361 rval = sigwait(set, sig); in safe_sigwait()
366 "sigwait(%p, %p) failed", set, sig); in safe_sigwait()
369 "Invalid sigwait(%p, %p) return value %d", set, sig, in safe_sigwait()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_pthrd_test.cpp166 return reinterpret_cast<void*>(sigwait(&waitSetBegin, reinterpret_cast<int*>(arg))); in WaitSignalHandler()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs713 pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; in sigwait() functions
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs561 #[cfg(not(target_os = "redox"))] // RedoxFS does not yet support sigwait
567 let res = unsafe { libc::sigwait(&self.sigset as *const libc::sigset_t, signum.as_mut_ptr()) }; in wait()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs806 link_name = "sigwait$UNIX2003"
808 pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; in sigwait() functions
/third_party/python/Modules/
H A Dsignalmodule.c1065 signal.sigwait
1084 err = sigwait(&sigset, &signum);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1799 pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; in sigwait() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2930 pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; in sigwait() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3393 pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; in sigwait() functions

Completed in 38 milliseconds

123