Home | History | Annotate | Download | only in events

Lines Matching refs:SIG_DFL

52 	if ( action.sa_handler == SIG_DFL && action.sa_sigaction == (void*)SIG_DFL ) {
54 if ( action.sa_handler == SIG_DFL ) {
61 if ( action.sa_handler == SIG_DFL && action.sa_sigaction == (void*)SIG_DFL ) {
63 if ( action.sa_handler == SIG_DFL ) {
73 if ( ohandler != SIG_DFL )
76 if ( ohandler != SIG_DFL )
89 action.sa_handler = SIG_DFL;
94 action.sa_handler = SIG_DFL;
100 ohandler = signal(SIGINT, SIG_DFL);
103 ohandler = signal(SIGTERM, SIG_DFL);