SigInfo 18 siginfo.cpp int SigInfo::ckptSignal() { return STOPSIGNAL; } SigInfo 32 siginfo.cpp void SigInfo::setupCkptSigHandler(sighandler_t handler) SigInfo 87 siginfo.cpp void SigInfo::saveSigHandlers() SigInfo 129 siginfo.cpp void SigInfo::restoreSigHandlers() SigInfo 5 siginfo.h namespace SigInfo { SigInfo 149 threadlist.cpp SigInfo::setupCkptSigHandler(&stopthisthread); SigInfo 242 threadlist.cpp THREAD_TGKILL(motherpid, ckptThread->tid, SigInfo::ckptSignal()); SigInfo 359 threadlist.cpp SigInfo::saveSigHandlers(); SigInfo 443 threadlist.cpp if (THREAD_TGKILL(motherpid, thread->tid, SigInfo::ckptSignal()) < 0) { SigInfo 622 threadlist.cpp SigInfo::restoreSigHandlers(); SigInfo 155 threadwrappers.cpp sigaddset(&set, SigInfo::ckptSignal());