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

  /external/valgrind/gdbserver_tests/
send_signal 7 SIG=$1
30 kill -s $SIG $VPID) &
  /external/libvncserver/x11vnc/misc/
panner.pl 65 $SIG{INT} = \&quit;
66 $SIG{TERM} = \&quit;
ultravnc_repeater.pl 104 $SIG{INT} = \&get_out;
105 $SIG{TERM} = \&get_out;
287 $SIG{INT} = sub {cleanup(); exit;};
288 $SIG{TERM} = sub {cleanup(); exit;};
303 lprint("$prog: got sig alarm.");
342 $SIG{ALRM} = "alarm_handler";
632 $SIG{TERM} = "handler";
633 $SIG{INT} = "handler";
695 $SIG{TERM} = "handler";
696 $SIG{INT} = "handler"
    [all...]
inet6to4 77 $SIG{INT} = \&get_out;
78 $SIG{TERM} = \&get_out;
334 $SIG{TERM} = sub {print STDERR "got sigterm\[$$]\n" if $verbose; close $current_fh1; close $current_fh2; exit 0};
connect_switch 121 $SIG{INT} = \&get_out;
122 $SIG{TERM} = \&get_out;
614 $SIG{TERM} = sub {print STDERR "got sigterm\[$$]\n" if $verbose; close $current_fh1; close $current_fh2; exit 0};
desktop.cgi     [all...]
  /external/lldb/source/Plugins/Process/Linux/
LinuxSignals.cpp 30 AddSignal(SIG ## S, "SIG" #S, #S, SUPPRESS, STOP, NOTIFY, DESCRIPTION)
  /external/strace/
strace-graph 73 if (/^--- SIG(\S+) \(.*\) ---$/) {
79 if (/^\+\+\+ killed by SIG(\S+) \+\+\+$/) {
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 98 $SIG{'CHLD'} = 'IGNORE';
104 $SIG{'CHLD'} = 'DEFAULT';
  /external/mksh/src/
check.pl 321 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs;
323 $SIG{'ALRM'} = 'catch_sigalrm';
362 local($sig, $exitcode) = ('', 1);
371 $sig = $_[0];
379 if ($sig) {
380 $SIG{$sig} = 'DEFAULT';
381 kill $sig, $$;
390 $SIG{'ALRM'} = 'catch_sigalrm';
527 @SIG{@trap_sigs} = ('DEFAULT') x @trap_sigs
    [all...]
Build.sh     [all...]
  /build/
envsetup.sh 974 local SIG=SEGV;
980 printf "\tSending SIG%s to %d...\n" $SIG $PID;
981 adb shell kill -$SIG $PID;
    [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"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 672 DNS_SIG_DATAW SIG,Sig;
705 DNS_SIG_DATAA SIG,Sig;
  /external/toybox/lib/
lib.c 623 #define SIGNIFY(x) {SIG##x, #x}
642 void generic_signal(int sig)
645 char c = sig;
649 toys.signal = sig;
670 if (!strncasecmp(pidstr, "sig", 3)) pidstr+=3;
679 char *num_to_sig(int sig)
684 if (signames[i].num == sig) return signames[i].name;
  /external/openssh/
session.c     [all...]
  /external/bison/
maint.mk 621 # perl -lne '/^#ifdef (SIG\w+)/ and print $1' lib/sig2str.c|sort -u|fmt -70
    [all...]
  /external/jemalloc/bin/
jeprof.in 302 $SIG{'INT'} = \&sighandler;
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 912 milliseconds