/third_party/ltp/testcases/kernel/mem/shmt/ |
H A D | shmt04.c | 151 sigwait(&set, &sig); in child()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 2-1.c | 75 sigwait(&mask, &sig); in main()
|
H A D | 16-1.c | 91 sigwait(&mask, &sig); in main()
|
H A D | 9-2.c | 72 sigwait(&mask, &sig); in main()
|
H A D | 8-2.c | 72 sigwait(&mask, &sig); in main()
|
H A D | 7-2.c | 72 sigwait(&mask, &sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 16-1.c | 86 sigwait(&mask, &sig); in main()
|
H A D | 5-3.c | 82 sigwait(&mask, &sig); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
H A D | 9-2.c | 58 * 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 D | signal.h | 216 int sigwait(const sigset_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | signal.h | 216 int sigwait(const sigset_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | signal.h | 216 int sigwait(const sigset_t *__restrict, int *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
H A D | signal.h | 239 int sigwait(const sigset_t *__restrict, int *__restrict);
|
/third_party/musl/include/ |
H A D | signal.h | 238 int sigwait(const sigset_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | signal.c | 178 {int(*p)(const sigset_t*restrict,int*restrict) = sigwait;} in f()
|
/third_party/ltp/testcases/misc/math/float/ |
H A D | main.c | 344 sigwait(&signals_set, &sig); in handle_signals()
|
/third_party/ltp/lib/ |
H A D | tst_safe_macros.c | 361 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 D | thread_pthrd_test.cpp | 166 return reinterpret_cast<void*>(sigwait(&waitSetBegin, reinterpret_cast<int*>(arg))); in WaitSignalHandler()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 713 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 D | signal.rs | 561 #[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 D | mod.rs | 806 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 D | signalmodule.c | 1065 signal.sigwait 1084 err = sigwait(&sigset, &signum);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1799 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 D | mod.rs | 2930 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 D | mod.rs | 3393 pub fn sigwait(set: *const sigset_t, sig: *mut ::c_int) -> ::c_int; in sigwait() functions
|