HomeSort by relevance Sort by last modified time
    Searched refs:SIG (Results 1 - 12 of 12) 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/Tools/Scripts/webkitperl/
httpd.pm 73 $SIG{'INT'} = 'handleInterrupt';
74 $SIG{'TERM'} = 'handleInterrupt';
  /external/webkit/Tools/Scripts/
check-Xcode-source-file-types 109 $SIG{__DIE__} = sub {
sort-Xcode-project-file 97 $SIG{__DIE__} = sub {
old-run-webkit-tests 670 $SIG{"PIPE"} = "catch_pipe";
    [all...]
  /external/mksh/src/
check.pl 288 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs;
290 $SIG{'ALRM'} = 'catch_sigalrm';
319 local($sig, $exitcode) = ('', 1);
324 $sig = $_[0];
331 if ($sig) {
332 $SIG{$sig} = 'DEFAULT';
333 kill $sig, $$;
342 $SIG{'ALRM'} = 'catch_sigalrm';
479 @SIG{@trap_sigs} = ('DEFAULT') x @trap_sigs
    [all...]
Build.sh     [all...]
  /external/clang/www/demo/
index.cgi 266 local $SIG{ALRM} = sub { die "timeout"; };
286 my $sig = WTERMSIG($retcode);
288 "Ouch, $program caught signal $sig. Sorry, better luck next time!\n"
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 101 $SIG{INT} = 'int_handler';
    [all...]

Completed in 798 milliseconds