LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
InputSourceMutex.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art {
5  std::recursive_mutex InputSourceMutexSentry::inputSourceMutex_{};
6 
8  {
9  inputSourceMutex_.unlock();
10  }
11 
13  {
14  inputSourceMutex_.lock();
15  }
16 } // namespace art
Definition: MVAAlg.h:12
static std::recursive_mutex inputSourceMutex_