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

<<1112131415

  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
syswrap-solaris.c     [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 925 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
927 TH_LOG("sigprocmask failed");
    [all...]
  /external/minijail/
libminijail.c     [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 703 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
705 TH_LOG("sigprocmask failed");
    [all...]
  /external/valgrind/coregrind/
m_main.c     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /bionic/tests/
pthread_test.cpp 382 // ...and that sigprocmask agrees with pthread_sigmask.
384 ASSERT_EQ(0, sigprocmask(SIG_BLOCK, NULL, &final_set));
    [all...]

Completed in 630 milliseconds

<<1112131415