HomeSort by relevance Sort by last modified time
    Searched refs:sigprocmask (Results 101 - 125 of 467) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/strace/tests/
sigreturn.c 68 if (sigprocmask(SIG_SETMASK, &set, NULL))
69 perror_msg_and_fail("sigprocmask");
  /external/strace/tests-m32/
attach-p-cmd-p.c 52 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
53 perror_msg_and_fail("sigprocmask");
erestartsys.c 63 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
64 perror_msg_and_fail("sigprocmask");
kill.c 55 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
56 perror_msg_and_fail("sigprocmask");
qual_inject-error-signal.c 60 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
61 perror_msg_and_fail("sigprocmask");
qual_signal.c 56 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
57 perror_msg_and_fail("sigprocmask: %d", signo);
restart_syscall.c 53 assert(sigprocmask(SIG_SETMASK, &set, NULL) == 0);
rt_sigreturn.c 58 if (sigprocmask(SIG_SETMASK, &set, NULL))
59 perror_msg_and_fail("sigprocmask");
signal_receive.c 33 sigprocmask(SIG_UNBLOCK, &mask, NULL);
sigreturn.c 68 if (sigprocmask(SIG_SETMASK, &set, NULL))
69 perror_msg_and_fail("sigprocmask");
  /external/strace/tests-mx32/
attach-p-cmd-p.c 52 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
53 perror_msg_and_fail("sigprocmask");
erestartsys.c 63 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
64 perror_msg_and_fail("sigprocmask");
kill.c 55 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
56 perror_msg_and_fail("sigprocmask");
qual_inject-error-signal.c 60 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
61 perror_msg_and_fail("sigprocmask");
qual_signal.c 56 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
57 perror_msg_and_fail("sigprocmask: %d", signo);
restart_syscall.c 53 assert(sigprocmask(SIG_SETMASK, &set, NULL) == 0);
rt_sigreturn.c 58 if (sigprocmask(SIG_SETMASK, &set, NULL))
59 perror_msg_and_fail("sigprocmask");
signal_receive.c 33 sigprocmask(SIG_UNBLOCK, &mask, NULL);
sigreturn.c 68 if (sigprocmask(SIG_SETMASK, &set, NULL))
69 perror_msg_and_fail("sigprocmask");
  /external/valgrind/none/tests/
coolo_sigaction.cpp 21 sigprocmask(SIG_UNBLOCK, &(act.sa_mask), 0);
  /external/dhcpcd-6.8.2/compat/
posix_spawn.c 61 sigprocmask(SIG_SETMASK, &attrp->posix_attr_sigmask, NULL);
130 sigprocmask(0, NULL, &attr->posix_attr_sigmask);
  /external/e2fsprogs/lib/ss/
pager.c 138 sigprocmask(SIG_BLOCK, 0, &mask);
140 sigprocmask(SIG_SETMASK, &mask, 0);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl15.c 131 if (sigprocmask(SIG_BLOCK, &newmask, &oldmask) < 0) {
132 perror("child1 sigprocmask SIG_BLOCK fail");
159 if (sigprocmask(SIG_SETMASK, &oldmask, NULL) < 0) {
160 perror("child1 sigprocmask SIG_SETMASK fail");
214 if (sigprocmask(SIG_BLOCK, &newmask, &oldmask) < 0) {
215 perror("parent sigprocmask SIG_BLOCK fail");
233 if (sigprocmask(SIG_SETMASK, &oldmask, NULL) < 0) {
234 perror("parent sigprocmask SIG_SETMASK fail");
282 if (sigprocmask(SIG_BLOCK, &newmask, &oldmask) < 0) {
283 perror("child2 sigprocmask SIG_BLOCK fail")
    [all...]
  /external/ltp/testcases/kernel/syscalls/sigprocmask/
sigprocmask01.c 24 * Verify that sigprocmask() succeeds to examine and change the calling
30 * - sigprocmask() should return value 0 on successs and succeed to change
111 * Call sigprocmask() to block (SIGINT) signal
115 TEST(sigprocmask(SIG_BLOCK, &set, 0));
125 "sigprocmask() Failed, errno=%d : %s",
134 tst_resm(TFAIL, "sigprocmask fails to "
161 * Invoke sigprocmask() again to
167 if (sigprocmask(SIG_UNBLOCK,
170 "sigprocmask() failed "
176 "of sigprocmask() "
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
29-1.c 158 ret = sigprocmask(SIG_BLOCK, &mask, NULL);
179 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);

Completed in 642 milliseconds

1 2 3 45 6 7 8 91011>>