Home | History | Annotate | Download | only in mac

Lines Matching refs:SIG

439 $SIG{'INT'} = \&trapSignal;
440 $SIG{'HUP'} = \&trapSignal;
441 $SIG{'TERM'} = \&trapSignal;
1501 cleanupDie('exiting on SIG'.$signalName);