Home
last modified time | relevance | path

Searched refs:m_old_SIGSEGV_action (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/Posix/
H A DSignalTranslator.cpp32 sigaction( SIGSEGV, &action, &m_old_SIGSEGV_action );
45 sigaction( SIGSEGV, &m_old_SIGSEGV_action, 0 );
H A DSignalTranslator.h28 struct sigaction m_old_SIGSEGV_action; variable