ATLAS Offline Software
Functions | Variables
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 27 of file AthenaMPToolBase.cxx.

27  {
28  sig_done = true;
29  }

Variable Documentation

◆ sig_done

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

Definition at line 26 of file AthenaMPToolBase.cxx.

AthenaMPToolBase_d::sig_done
std::atomic< bool > sig_done
Definition: AthenaMPToolBase.cxx:26