https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Functions
MooseInit.C File Reference

Go to the source code of this file.

Functions

void SigHandler (int signum)
 
void RegisterSigHandler ()
 

Function Documentation

◆ RegisterSigHandler()

void RegisterSigHandler ( )

Definition at line 42 of file MooseInit.C.

43{
44 signal(SIGUSR1, SigHandler);
45}
void SigHandler(int signum)
Definition MooseInit.C:35

Referenced by MooseInit::MooseInit().

◆ SigHandler()

void SigHandler ( int  signum)

Definition at line 35 of file MooseInit.C.

36{
38 return;
39}
volatile std::sig_atomic_t interrupt_signal_number
Used by the signal handler to determine if we should write a checkpoint file out at any point during ...
Definition Moose.C:898

Referenced by RegisterSigHandler().