https://mooseframework.inl.gov
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.

Referenced by MooseInit::MooseInit().

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

◆ SigHandler()

void SigHandler ( int  signum)

Definition at line 35 of file MooseInit.C.

Referenced by RegisterSigHandler().

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:927