HomeSort by relevance Sort by last modified time
    Searched refs:SIG_IGN (Results 226 - 250 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/iproute2/misc/
ifstat.c 918 signal(SIGPIPE, SIG_IGN);
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest-death-test.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc     [all...]
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 971 signal(SIGPIPE, SIG_IGN);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 564 signal(SIGHUP, SIG_IGN);
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc     [all...]
  /external/ppp/pppd/
tty.c 997 signal(SIGHUP, SIG_IGN); /* Hangup */
    [all...]
  /external/python/cpython3/Modules/
readline.c 973 sigwinch_ohandler != SIG_IGN && sigwinch_ohandler != SIG_DFL)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest-death-test.cc     [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 168 signal(SIGPIPE, SIG_IGN);
    [all...]
  /external/openssh/
mux.c     [all...]
monitor.c 396 signal(SIGXFSZ, SIG_IGN);
    [all...]
ssh.c     [all...]
  /external/autotest/client/common_lib/
pexpect.py 554 signal.signal(signal.SIGHUP, signal.SIG_IGN)
    [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 437 /* Ensure that SIGSYS overrides SIG_IGN */
442 signal(SIGSYS, SIG_IGN);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 269 uptr sig_ign = (uptr)SIG_IGN; member in namespace:__sanitizer
    [all...]
  /external/curl/lib/
transfer.c     [all...]
  /external/skqp/dm/
DM.cpp 294 signal(SIGINT, SIG_IGN);
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc     [all...]
  /external/skia/dm/
DM.cpp 296 signal(SIGINT, SIG_IGN);
    [all...]
  /external/adhd/cras/src/libcras/
cras_client.c     [all...]
  /external/libcups/filter/
pstops.c 220 signal(SIGPIPE, SIG_IGN);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 899 /* Ensure that SIGSYS overrides SIG_IGN */
907 signal(SIGSYS, SIG_IGN);
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 664 /* Ensure that SIGSYS overrides SIG_IGN */
672 signal(SIGSYS, SIG_IGN);
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 817 new_signal.sa_handler = SIG_IGN;
    [all...]

Completed in 2899 milliseconds

1 2 3 4 5 6 7 8 91011