HomeSort by relevance Sort by last modified time
    Searched refs:sigprocmask (Results 51 - 75 of 359) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libbrillo/brillo/
asynchronous_signal_handler.cc 38 CHECK_EQ(0, sigprocmask(SIG_SETMASK, &saved_signal_mask_, nullptr));
44 CHECK_EQ(0, sigprocmask(SIG_BLOCK, &signal_mask_, &saved_signal_mask_));
101 CHECK_EQ(0, sigprocmask(SIG_SETMASK, &saved_signal_mask_, nullptr));
102 CHECK_EQ(0, sigprocmask(SIG_BLOCK, &signal_mask_, nullptr));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
2-1.c 36 if (sigprocmask(SIG_SETMASK, &blockset, &prevset) == -1) {
37 printf("Could not call sigprocmask()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
17-1.c 7 * After sigprocmask() is called on an invalid how it should return -1 and set
40 if (sigprocmask(r, &set, NULL) != -1 || errno != EINVAL) {
41 printf("sigprocmask(%i, ...) failed to fail\n", r);
6-1.c 53 if (sigprocmask(SIG_SETMASK, &set1, NULL) == -1) {
55 ("Unexpected error while attempting to use sigprocmask.\n");
59 if (sigprocmask(SIG_UNBLOCK, &set2, NULL) == -1) {
61 ("Unexpected error while attempting to use sigprocmask.\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
8-1.c 41 if (sigprocmask(SIG_SETMASK, &newmask, NULL) == -1) {
42 printf("Error in sigprocmask()\n");
  /external/strace/tests/
block_reset_raise_run.c 46 if (sigprocmask(SIG_BLOCK, &mask, NULL))
47 perror_msg_and_fail("sigprocmask");
pause.c 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
58 perror_msg_and_fail("sigprocmask");
  /external/strace/tests-m32/
block_reset_raise_run.c 46 if (sigprocmask(SIG_BLOCK, &mask, NULL))
47 perror_msg_and_fail("sigprocmask");
pause.c 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
58 perror_msg_and_fail("sigprocmask");
  /external/strace/tests-mx32/
block_reset_raise_run.c 46 if (sigprocmask(SIG_BLOCK, &mask, NULL))
47 perror_msg_and_fail("sigprocmask");
pause.c 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
58 perror_msg_and_fail("sigprocmask");
  /external/valgrind/none/tests/linux/
blockfault.c 28 sigprocmask(SIG_BLOCK, &mask, NULL);
  /external/valgrind/none/tests/solaris/
blockfault.c 28 sigprocmask(SIG_BLOCK, &mask, NULL);
  /external/e2fsprogs/lib/ss/
list_rqs.c 40 sigprocmask(SIG_BLOCK, &igmask, &omask);
49 sigprocmask(SIG_SETMASK, &omask, (sigset_t *) 0);
ss_internal.h 103 #define sigsetmask(x) sigprocmask(SIG_SETMASK,&x,NULL)
105 #define sigblock(x) (_fake_sigstore=x,sigprocmask(SIG_BLOCK,&_fake_sigstore,0))
  /external/libunwind/src/ia64/
siglongjmp.S 29 .global sigprocmask
59 br.call.sptk.many rp = sigprocmask
sigsetjmp.S 33 .global sigprocmask
50 (p6) br.call.sptk.many rp = sigprocmask // sigjmp_buf[JB_MASK] = sigmask
  /external/ltp/testcases/kernel/syscalls/sigsuspend/
sigsuspend01.c 120 if (sigprocmask(SIG_UNBLOCK, 0, &sigset2) == -1) {
121 tst_resm(TFAIL, "sigprocmask() Failed "
150 * Get the current signal mask of test process using sigprocmask().
183 if (sigprocmask(SIG_UNBLOCK, 0, &sigset1) == -1) {
185 "sigprocmask() Failed, errno=%d : %s",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
1-1.c 95 if (sigprocmask(SIG_SETMASK, &set, NULL) != 0) {
96 perror("sigprocmask() did not return success\n");
105 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
106 perror("sigprocmask() did not return success\n");
2-1.c 49 if (sigprocmask(SIG_SETMASK, &set, NULL) != 0) {
50 perror("sigprocmask() did not return success\n");
77 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
78 perror("sigprocmask() did not return success\n");
2-2.c 53 if (sigprocmask(SIG_SETMASK, &set, NULL) != 0) {
54 perror("sigprocmask() did not return success\n");
96 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
97 perror("sigprocmask() did not return success\n");
2-3.c 69 if (sigprocmask(SIG_SETMASK, &set, NULL) != 0) {
70 perror("sigprocmask() did not return success\n");
137 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
138 perror("sigprocmask() did not return success\n");
  /external/valgrind/none/tests/
exec-sigmask.c 21 sigprocmask(SIG_SETMASK, mask, NULL);
66 sigprocmask(SIG_SETMASK, NULL, &mask);
pending.c 7 by the time sigprocmask syscall is complete.
45 sigprocmask(SIG_BLOCK, &all, NULL);
64 sigprocmask(SIG_UNBLOCK, &sigusr1, NULL);
  /prebuilts/go/darwin-x86/src/runtime/
export_unix_test.go 17 sigprocmask(_SIG_SETMASK, nil, &sigmask)

Completed in 261 milliseconds

1 23 4 5 6 7 8 91011>>