ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaMPToolBase_d Namespace Reference

Functions

void pauseForDebug (int)

Variables

std::atomic< bool > sig_done = false

Function Documentation

◆ pauseForDebug()

void AthenaMPToolBase_d::pauseForDebug ( int )

Definition at line 28 of file AthenaMPToolBase.cxx.

28 {
29 sig_done = true;
30 }
std::atomic< bool > sig_done

Variable Documentation

◆ sig_done

std::atomic<bool> AthenaMPToolBase_d::sig_done = false

Definition at line 27 of file AthenaMPToolBase.cxx.