Home
last modified time | relevance | path

Searched refs:SIG_HOLD (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H A D8-1.c9 sigset shall return SIG_HOLD
32 if (sigset(SIGCHLD, SIG_HOLD) != SIG_HOLD) { in main()
33 printf("Test FAILED: sigset() didn't return SIG_HOLD\n"); in main()
H A D7-1.c11 * This program tests the assertion that if disp is SIG_HOLD, then the
17 * equal to SIG_HOLD
58 if (sigset(SIGCHLD, SIG_HOLD) == SIG_ERR) { in main()
H A D6-1.c8 This program tests the assertion that if disp is SIG_HOLD, then the
14 equal to SIG_HOLD
50 if (sigset(SIGCHLD, SIG_HOLD) == SIG_ERR) { in main()
/third_party/musl/src/signal/
H A Dsigset.c12 if (handler == SIG_HOLD) { in sigset()
26 return sigismember(&mask_old, sig) ? SIG_HOLD : sa_old.sa_handler; in sigset()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D2-3-buildonly.c4 Test the definition of SIG_HOLD.
9 static void (*dummy) (int) = SIG_HOLD;
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigset.c178 * @tc.desc : modifies the disposition of the signal sig with SIG_HOLD
195 sigset(sig, SIG_HOLD); in sigset_0400()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h58 #define SIG_HOLD ((void (*)(int)) 2) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h54 #define SIG_HOLD ((void (*)(int)) 2) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h54 #define SIG_HOLD ((void (*)(int)) 2) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h54 #define SIG_HOLD ((void (*)(int)) 2) macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h55 #define SIG_HOLD ((void (*)(int)) 2) macro
/third_party/musl/include/
H A Dsignal.h54 #define SIG_HOLD ((void (*)(int)) 2) macro
/third_party/musl/libc-test/src/api/
H A Dsignal.c12 {void(*x)(int) = SIG_HOLD;} in f()

Completed in 6 milliseconds