Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/Posix/
H A DSignalTranslator.cpp35 sigaction( SIGBUS , &action, &m_old_SIGBUS_action );
36 sigaction( SIGILL , &action, &m_old_SIGBUS_action );
41 sigaction( SIGILL , &m_old_SIGBUS_action , 0 );
42 sigaction( SIGBUS , &m_old_SIGBUS_action , 0 );
H A DSignalTranslator.h29 struct sigaction m_old_SIGBUS_action; variable