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

1 2 3 4 5 6

  /bionic/libc/kernel/uapi/asm-generic/
signal-defs.h 25 #ifndef SIG_UNBLOCK
26 #define SIG_UNBLOCK 1
  /external/kernel-headers/original/uapi/asm-generic/
signal-defs.h 10 #ifndef SIG_UNBLOCK
11 #define SIG_UNBLOCK 1 /* for unblocking signals */
  /external/strace/xlat/
sigprocmaskcmds.h 14 #if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
15 XLAT(SIG_UNBLOCK),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 9 #ifndef SIG_UNBLOCK
10 #define SIG_UNBLOCK 1 /* for unblocking signals */
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
16-1-buildonly.c 9 int dummy3 = SIG_UNBLOCK;
  /external/strace/tests/
qual_inject-signal.c 51 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
set_sigblock.c 48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL))
unblock_reset_raise.c 46 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
pause.c 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
  /external/strace/tests-m32/
qual_inject-signal.c 51 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
set_sigblock.c 48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL))
unblock_reset_raise.c 46 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
pause.c 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
  /external/strace/tests-mx32/
qual_inject-signal.c 51 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
set_sigblock.c 48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL))
unblock_reset_raise.c 46 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
pause.c 57 if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
17-1.c 33 case SIG_UNBLOCK:
8-3.c 11 2. Make a call such as this: sigprocmask(SIG_UNBLOCK, NULL, &oactl). At
66 sigprocmask(SIG_UNBLOCK, NULL, &oactl);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 78 #define SIG_UNBLOCK 1 /* Unblock signals. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 78 #define SIG_UNBLOCK 1 /* Unblock signals. */
  /external/ltp/testcases/kernel/syscalls/rt_sigsuspend/
rt_sigsuspend01.c 77 TEST(ltp_syscall(__NR_rt_sigprocmask, SIG_UNBLOCK, 0,
89 TEST(ltp_syscall(__NR_rt_sigprocmask, SIG_UNBLOCK, 0,
  /external/ltp/testcases/kernel/syscalls/sigsuspend/
sigsuspend01.c 120 if (sigprocmask(SIG_UNBLOCK, 0, &sigset2) == -1) {
183 if (sigprocmask(SIG_UNBLOCK, 0, &sigset1) == -1) {
  /external/libunwind/src/ia64/
ucontext_i.h 29 #define SIG_UNBLOCK 1
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
16-1.c 11 values of how which are SIG_SETMASK, SIG_BLOCK, or SIG_UNBLOCK. This should
28 if ((r == SIG_BLOCK) || (r == SIG_SETMASK) || (r == SIG_UNBLOCK)) {
42 printf("SIG_UNBLOCK=%d\n", SIG_UNBLOCK);

Completed in 393 milliseconds

1 2 3 4 5 6