Home | History | Annotate | Download | only in dump

Lines Matching refs:SIG_IGN

427 	if (signal(SIGHUP, SIG_IGN) != SIG_IGN)
429 if (signal(SIGTRAP, SIG_IGN) != SIG_IGN)
431 if (signal(SIGFPE, SIG_IGN) != SIG_IGN)
433 if (signal(SIGBUS, SIG_IGN) != SIG_IGN)
436 if (signal(SIGSEGV, SIG_IGN) != SIG_IGN)
439 if (signal(SIGTERM, SIG_IGN) != SIG_IGN)
441 if (signal(SIGINT, interrupt) == SIG_IGN)
442 signal(SIGINT, SIG_IGN);