LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
InputSourceMutex.cc
Go to the documentation of this file.
1
#include "
art/Framework/Core/InputSourceMutex.h
"
2
// vim: set sw=2 expandtab :
3
4
namespace
art
{
5
std::recursive_mutex
InputSourceMutexSentry::inputSourceMutex_
{};
6
7
InputSourceMutexSentry::~InputSourceMutexSentry
() noexcept
8
{
9
inputSourceMutex_
.unlock();
10
}
11
12
InputSourceMutexSentry::InputSourceMutexSentry
()
13
{
14
inputSourceMutex_
.lock();
15
}
16
}
// namespace art
InputSourceMutex.h
art::InputSourceMutexSentry::InputSourceMutexSentry
InputSourceMutexSentry()
Definition:
InputSourceMutex.cc:12
art::InputSourceMutexSentry::~InputSourceMutexSentry
~InputSourceMutexSentry() noexcept
Definition:
InputSourceMutex.cc:7
art
Definition:
MVAAlg.h:12
art::InputSourceMutexSentry::inputSourceMutex_
static std::recursive_mutex inputSourceMutex_
Definition:
InputSourceMutex.h:15
art
Framework
Core
InputSourceMutex.cc
Generated on Thu May 2 2024 20:59:29 for LArSoft by
1.8.11