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

1 23 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
9-1.c 70 pthread_sigmask(SIG_UNBLOCK, &blocked_set1, NULL);
18-1.c 174 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK };
183 ret = pthread_sigmask(SIG_UNBLOCK, &usersigs, NULL);
12-1.c 12 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should
67 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) {
81 printf("SIG_UNBLOCK=%d\n", SIG_UNBLOCK);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
12-1.c 12 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should
59 while ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) {
6-1.c 11 argument how is SIG_UNBLOCK
59 if (sigprocmask(SIG_UNBLOCK, &set2, NULL) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
7-1.c 77 sigprocmask(SIG_UNBLOCK, &mask, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
1-1.c 105 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
2-1.c 77 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
2-2.c 96 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
2-3.c 137 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {
  /external/strace/tests/
clone_ptrace.c 72 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
net-accept-connect.c 101 assert(sigprocmask(SIG_UNBLOCK, &set, NULL) == 0);
signal.c 82 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
83 perror_msg_and_fail("sigprocmask SIG_UNBLOCK");
  /external/strace/tests-m32/
clone_ptrace.c 72 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
  /external/strace/tests-mx32/
clone_ptrace.c 72 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
  /external/valgrind/none/tests/
pending.c 64 sigprocmask(SIG_UNBLOCK, &sigusr1, NULL);
pth_term_signal.c 20 if (pthread_sigmask(SIG_UNBLOCK, &sigmask, 0))
  /system/core/toolbox/upstream-netbsd/lib/libutil/
raise_default_signal.c 95 (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1))
  /art/test/004-SignalTest/
signaltest.cc 77 sigprocmask(SIG_UNBLOCK, &mask, nullptr);
151 sigprocmask(SIG_UNBLOCK, &mask, nullptr);
  /external/libdaemon/libdaemon/
dsignal.c 83 if (sigprocmask(SIG_UNBLOCK, &ss, NULL) < 0) {
  /external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
rt_sigprocmask01.c 33 /* SIG_UNBLOCK */
141 SIG_UNBLOCK, &set, &oset,
  /external/ltp/testcases/kernel/syscalls/sigprocmask/
sigprocmask01.c 167 if (sigprocmask(SIG_UNBLOCK,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
1-1.c 60 if (pthread_sigmask(SIG_UNBLOCK, &act.sa_mask, NULL)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
29-1.c 179 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
3-3.c 110 if (sigprocmask(SIG_UNBLOCK, &set, NULL) != 0) {

Completed in 413 milliseconds

1 23 4 5 6