HomeSort by relevance Sort by last modified time
    Searched refs:SIG (Results 1 - 8 of 8) sorted by null

  /bionic/libc/unistd/
siglist.c 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = z,
signame.c 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = #x,
  /external/strace/
strace-graph 75 if (/^--- SIG(\S+) \(.*\) ---$/) {
81 if (/^\+\+\+ killed by SIG(\S+) \+\+\+$/) {
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 98 $SIG{'CHLD'} = 'IGNORE';
104 $SIG{'CHLD'} = 'DEFAULT';
  /external/webkit/WebKitTools/Scripts/webkitperl/
httpd.pm 71 $SIG{'INT'} = 'handleInterrupt';
72 $SIG{'TERM'} = 'handleInterrupt';
  /external/webkit/WebKitTools/Scripts/
sort-Xcode-project-file 92 $SIG{__DIE__} = sub {
run-webkit-tests 526 $SIG{"PIPE"} = "catch_pipe";
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl 101 $SIG{INT} = 'int_handler';
    [all...]

Completed in 137 milliseconds