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

1 2 3 4 5 6 7 8 91011>>

  /external/devlib/devlib/utils/
misc.py 128 # signal handler SIG_IGN.
129 signal.signal(signal.SIGINT, signal.SIG_IGN)
  /external/iproute2/misc/
nstat.c 639 signal(SIGPIPE, SIG_IGN);
  /external/libchrome/base/debug/
stack_trace_posix.cc 694 sigpipe_action.sa_handler = SIG_IGN;
  /external/libgsm/src/
toast.c 238 catch_signals( SIG_IGN );
  /external/libmicrohttpd/src/testspdy/
test_notls.c 848 act.sa_handler = SIG_IGN;
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg01.c 565 signal(SIGPIPE, SIG_IGN);
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 136 handler.sa_handler = SIG_IGN;
ns-icmpv6_sender.c 149 handler.sa_handler = SIG_IGN;
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 699 signal(SIGHUP, SIG_IGN);
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 343 SIG_IGN = (1)
  /external/python/cpython2/Lib/test/
test_signal.py 82 signal.signal(signal.SIGUSR2, signal.SIG_IGN)
  /external/python/cpython2/Modules/
readline.c 832 sigwinch_ohandler != SIG_IGN && sigwinch_ohandler != SIG_DFL)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_signal.py 82 signal.signal(signal.SIGUSR2, signal.SIG_IGN)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_signal.py 82 signal.signal(signal.SIGUSR2, signal.SIG_IGN)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 82 signal.signal(signal.SIGUSR2, signal.SIG_IGN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 82 signal.signal(signal.SIGUSR2, signal.SIG_IGN)
  /system/extras/procrank/
procrank.cpp 213 signal(SIGPIPE, SIG_IGN);
  /system/extras/simpleperf/
environment.cpp 728 return act.sa_handler == SIG_IGN;
  /system/update_engine/
test_http_server.cc 583 signal(SIGPIPE, SIG_IGN);
  /external/ppp/pppd/
main.c 770 signal(SIGPIPE, SIG_IGN);
    [all...]
  /external/selinux/sandbox/
sandbox 67 signal.signal(signum, signal.SIG_IGN)
  /external/strace/
strace.spec 239 - In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 185 const sighandler_t SIG_IGN = (sighandler_t)1;
    [all...]
  /external/libcups/cups/
http.c     [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 48 (signal handler set to SIG_IGN), they will remain ignored.

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8 91011>>