OGS
Simulation.cpp File Reference
Include dependency graph for Simulation.cpp:

Go to the source code of this file.

Functions

void signalHandler (int signum)

Variables

static std::atomic< int > gSignalThatStoppedMe {-1}

Function Documentation

◆ signalHandler()

void signalHandler ( int signum)

Definition at line 144 of file Simulation.cpp.

145{
146 gSignalThatStoppedMe.store(signum);
147}
static std::atomic< int > gSignalThatStoppedMe

References gSignalThatStoppedMe.

Referenced by main().

Variable Documentation

◆ gSignalThatStoppedMe

std::atomic<int> gSignalThatStoppedMe {-1}
static

Definition at line 142 of file Simulation.cpp.

142{-1};

Referenced by signalHandler().