Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/Posix/
H A DSignalTranslator.cpp33 sigaction( SIGFPE , &action, &m_old_SIGFPE_action );
44 sigaction( SIGFPE , &m_old_SIGFPE_action , 0 );
H A DSignalTranslator.h26 struct sigaction m_old_SIGFPE_action; variable