sa_handler 83 ckptserializer.cpp default_sigchld_action.sa_handler = default_sigchld_handler;
sa_handler 1584 dmtcp_coordinator.cpp action.sa_handler = signalHandler;
sa_handler 46 glibcsystem.cpp sa.sa_handler = SIG_IGN;
sa_handler 64 siginfo.cpp act.sa_handler = handler;
sa_handler 73 siginfo.cpp if ((old_act.sa_handler != SIG_IGN) && (old_act.sa_handler != SIG_DFL) &&
sa_handler 74 siginfo.cpp (old_act.sa_handler != handler)) {
sa_handler 75 siginfo.cpp JASSERT(false) (STOPSIGNAL) (old_act.sa_handler)
sa_handler 101 siginfo.cpp act.sa_handler = SIG_IGN;
sa_handler 118 siginfo.cpp if (sigactions[sig].sa_handler != SIG_DFL) {