ATLAS Offline Software
Functions | Variables
SharedHiveEvtQueueConsumer_d Namespace Reference

Functions

void pauseForDebug (int)
 

Variables

std::atomic< bool > sig_done = false
 

Function Documentation

◆ pauseForDebug()

void SharedHiveEvtQueueConsumer_d::pauseForDebug ( int  )

Definition at line 34 of file SharedHiveEvtQueueConsumer.cxx.

34  {
35  // std::cout << "Continuing after receiving signal "
36  // << sig << std::endl;
37  sig_done = true;
38  }

Variable Documentation

◆ sig_done

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

Definition at line 33 of file SharedHiveEvtQueueConsumer.cxx.

SharedHiveEvtQueueConsumer_d::sig_done
std::atomic< bool > sig_done
Definition: SharedHiveEvtQueueConsumer.cxx:33