Home
last modified time | relevance | path

Searched refs:MsqInterrupt (Results 1 – 5 of 5) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Misc/
H A DMsqInterrupt.cpp30 unsigned MsqInterrupt::instanceCount = 0;
31 bool MsqInterrupt::sawInterrupt = false;
32 MsqInterrupt::InterruptMode MsqInterrupt::interruptMode = MsqInterrupt::AUTO;
40 MsqInterrupt::set_interrupt(); in msq_sigint_handler()
43 MsqInterrupt::set_handler(); in msq_sigint_handler()
47 void MsqInterrupt::set_handler() in set_handler()
50 if (MsqInterrupt::interruptMode == MsqInterrupt::AUTO && in set_handler()
69 void MsqInterrupt::enable( MsqError& /*err*/ ) in enable()
77 void MsqInterrupt::allow( MsqError& /*err*/ ) in allow()
85 MsqInterrupt::MsqInterrupt() in MsqInterrupt() function in MBMesquite::MsqInterrupt
[all …]
H A DMsqInterrupt.hpp51 class MsqInterrupt class
71 MsqInterrupt();
74 ~MsqInterrupt();
88 MsqInterrupt( const MsqInterrupt& );
89 MsqInterrupt& operator=( const MsqInterrupt& );
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Control/
H A DInstructionQueue.cpp315 MsqInterrupt msq_interrupt; in run_common()
329 if (MsqInterrupt::interrupt()) in run_common()
342 if (MsqInterrupt::interrupt()) in run_common()
H A DTerminationCriterion.cpp721 if (MsqInterrupt::interrupt()) in terminate()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/
H A Dmake.inc178 Misc/MsqInterrupt.cpp \
207 Misc/MsqInterrupt.hpp \