Searched refs:SIG_SETMASK (Results 1 - 25 of 91) sorted by relevance

1234

/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dsigprocmask.c54 (void) sigprocmask(SIG_SETMASK, &iset, NULL);
69 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
70 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
71 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
72 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
73 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
74 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
75 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
76 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
77 (void) sigprocmask(SIG_SETMASK,
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dsigsetmask.c26 #ifdef SIG_SETMASK
38 sigprocmask(SIG_SETMASK, &new, &old);
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dsigsetmask.c15 #ifdef SIG_SETMASK
27 sigprocmask(SIG_SETMASK, &new, &old);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_sigmask/
H A D15-1.c24 if (pthread_sigmask(SIG_SETMASK, &set, NULL) != 0) {
H A D10-1.c28 pthread_sigmask_return_val = pthread_sigmask(SIG_SETMASK, &set1, NULL);
29 pthread_sigmask(SIG_SETMASK, NULL, &set2);
H A D12-1.c12 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should
57 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) {
68 printf("SIG_SETMASK=%d\n", SIG_SETMASK);
77 pthread_sigmask(SIG_SETMASK, &actl, NULL);
85 pthread_sigmask(SIG_SETMASK, NULL, &oactl);
H A D14-1.c23 printf("SIG_SETMASK=%d\n", SIG_SETMASK);
31 if (pthread_sigmask(SIG_SETMASK, &actl, NULL) != 0) {
H A D5-1.c13 only SIGABRT (by passing SIG_SETMASK value to pthread_sigmask)
20 that SIG_SETMASK removed the old signal from the set.
63 if ( pthread_sigmask( SIG_SETMASK, &blocked_set, NULL ) == -1 )
103 if ( pthread_sigmask( SIG_SETMASK, &blocked_set, NULL ) == -1 )
H A D8-2.c11 2. Make a call such as this: pthread_sigmask(SIG_SETMASK, NULL, &oactl).
57 pthread_sigmask(SIG_SETMASK, &actl, NULL);
58 pthread_sigmask(SIG_SETMASK, NULL, &oactl);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigprocmask/
H A D15-1.c24 if (sigprocmask(SIG_SETMASK, &set, NULL) != 0) {
H A D10-1.c27 sigprocmask_return_val = sigprocmask(SIG_SETMASK, &set1, NULL);
28 sigprocmask(SIG_SETMASK, NULL, &set2);
H A D8-2.c11 2. Make a call such as this: sigprocmask(SIG_SETMASK, NULL, &oactl).
56 sigprocmask(SIG_SETMASK, &actl, NULL);
57 sigprocmask(SIG_SETMASK, NULL, &oactl);
H A D12-1.c12 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should
49 while ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) {
64 sigprocmask(SIG_SETMASK, &actl, NULL);
72 sigprocmask(SIG_SETMASK, NULL, &oactl);
/haiku-fatelf/src/system/libroot/posix/signal/
H A Dsigpause.cpp18 if (__pthread_sigmask_beos(SIG_SETMASK, NULL, &processSignalSet) == -1)
32 if (sigprocmask(SIG_SETMASK, NULL, &processSignalSet) == -1)
/haiku-fatelf/src/libs/bsd/
H A Dsignal.c19 if (sigprocmask(SIG_SETMASK, &set, &oset) < 0)
/haiku-fatelf/src/system/libroot/posix/arch/generic/
H A Dlongjmp_return.c22 sigprocmask(SIG_SETMASK, &signalMask, NULL);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/signal_h/
H A D16-1.c10 int dummy4 = SIG_SETMASK;
/haiku-fatelf/src/libs/ncurses/ncurses/
H A DSigAction.h68 #undef SIG_SETMASK macro
69 #define SIG_SETMASK 02 macro
/haiku-fatelf/src/tests/kits/net/sock/
H A Dtellwait.c48 if (sigprocmask(SIG_SETMASK, &oldmask, NULL) < 0)
49 err_sys("SIG_SETMASK error");
66 if (sigprocmask(SIG_SETMASK, &oldmask, NULL) < 0)
67 err_sys("SIG_SETMASK error");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigset/
H A D5-1.c55 sigprocmask(SIG_SETMASK, &mask, NULL);
63 sigprocmask(SIG_SETMASK, NULL, &mask);
H A D4-1.c26 sigprocmask(SIG_SETMASK, NULL, &mask);
/haiku-fatelf/src/libs/edit/
H A Dsig.c98 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
126 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
166 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
191 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigpending/
H A D2-1.c37 if (sigprocmask(SIG_SETMASK, &blockset, &prevset) == -1) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigwait/
H A D8-1.c46 if (sigprocmask(SIG_SETMASK, &newmask, NULL) == -1)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D8-1.c33 pthread_sigmask(SIG_SETMASK, NULL, &th_sigmask);
73 if (pthread_sigmask(SIG_SETMASK, &main_sigmask, NULL) != 0)

Completed in 106 milliseconds

1234