HomeSort by relevance Sort by last modified time
    Searched refs:sigprocmask (Results 201 - 225 of 230) sorted by null

1 2 3 4 5 6 7 8910

  /ndk/sources/host-tools/make-3.81/
job.c 906 (void) sigprocmask (SIG_BLOCK, &fatal_signal_set, (sigset_t *) 0);
920 sigprocmask (SIG_SETMASK, &empty, (sigset_t *) 0);
    [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 699 // all of our efforts. So, it makes sense to test that sigprocmask()
701 // In practice, this works because we force sigprocmask() to be handled
705 // Call sigprocmask() to verify that SIGUSR2 wasn't blocked, if we didn't
711 BPF_ASSERT(!sigprocmask(SIG_BLOCK, &mask0, &mask1));
715 // requires a second call to sigprocmask().
717 BPF_ASSERT(!sigprocmask(SIG_BLOCK, &mask0, NULL));
718 BPF_ASSERT(!sigprocmask(SIG_BLOCK, NULL, &mask2));
    [all...]
  /external/bison/lib/
gnulib.mk     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 1958 LSS_INLINE int LSS_NAME(sigprocmask)(int how, function
2107 LSS_INLINE int LSS_NAME(sigprocmask)(int how, function
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 1863 LSS_INLINE int LSS_NAME(sigprocmask)(int how, function
2011 LSS_INLINE int LSS_NAME(sigprocmask)(int how, function
    [all...]
  /external/libedit/src/
terminal.c 869 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
935 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
    [all...]
  /external/ltrace/etc/
libc.so.conf 201 int sigprocmask(enum(SIG_BLOCK=1, SIG_UNBLOCK=2, SIG_SETMASK=3), sigset_t*, +sigset_t*);
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 479 VG_(sigprocmask)(VKI_SIG_SETMASK, &mask, NULL);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 326 VG_(sigprocmask)(VKI_SIG_SETMASK, &blockall, &savedmask);
335 VG_(sigprocmask)(VKI_SIG_SETMASK, &savedmask, NULL);
    [all...]
syswrap-generic.c     [all...]
syswrap-darwin.c     [all...]
syswrap-linux.c 434 VG_(sigprocmask)(VKI_SIG_SETMASK, &mask, &fork_saved_mask);
466 VG_(sigprocmask)(VKI_SIG_SETMASK, &fork_saved_mask, NULL);
489 VG_(sigprocmask)(VKI_SIG_SETMASK, &fork_saved_mask, NULL);
    [all...]
  /bionic/tests/
pthread_test.cpp 302 // ...and that sigprocmask agrees with pthread_sigmask.
304 ASSERT_EQ(0, sigprocmask(SIG_BLOCK, NULL, &final_set));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 579 return internal_syscall(SYSCALL(sigprocmask), how, set, oldset);
  /external/iputils/
ping_common.c 702 sigprocmask(SIG_SETMASK, &sset, NULL);
  /external/netperf/
nettest_xti.c 881 if (sigprocmask(SIG_BLOCK, (sigset_t *)NULL, &signal_set) != 0) {
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 49 VG_(sigprocmask) (0, // dummy how.
    [all...]
  /external/mksh/src/
funcs.c     [all...]
main.c 986 sigprocmask(SIG_BLOCK, &sm_sigchld, NULL);
    [all...]
Build.sh     [all...]
  /external/qemu/net/
net-android.c     [all...]
net.c     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /bionic/libc/
Android.mk 199 bionic/sigprocmask.cpp \
    [all...]

Completed in 926 milliseconds

1 2 3 4 5 6 7 8910