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 35 of file SharedHiveEvtQueueConsumer.cxx.

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

Variable Documentation

◆ sig_done

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

Definition at line 34 of file SharedHiveEvtQueueConsumer.cxx.

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