 |
NEURON
|
Go to the documentation of this file.
7 #define MUTDEC std::unique_ptr<std::recursive_mutex> mut_;
8 #define MUTCONSTRUCTED static_cast<bool>(mut_)
9 #define MUTCONSTRUCT(mkmut) \
12 mut_ = std::make_unique<std::recursive_mutex>(); \
17 #define MUTDESTRUCT mut_.reset();
32 #define MUTCONSTRUCTED false
33 #define MUTCONSTRUCT(mkmut)