Definition at line 55 of file TVirtualRWMutex.h.
Public Member Functions | |
operator bool () const | |
Public Attributes | |
Int_t | fRecurseCount = 0 |
Interpreter-related functions will push the "entry" lock state to *this. | |
std::unique_ptr< ROOT::TVirtualRWMutex::State > | fState |
State of gCoreMutex when the first interpreter-related function was invoked. | |
#include <TVirtualRWMutex.h>
|
inline |
Definition at line 64 of file TVirtualRWMutex.h.
Int_t ROOT::TVirtualRWMutex::StateAndRecurseCount::fRecurseCount = 0 |
Interpreter-related functions will push the "entry" lock state to *this.
Recursive calls will do that, too - but we must only forget about the lock state once this recursion count went to 0.
Definition at line 62 of file TVirtualRWMutex.h.
std::unique_ptr<ROOT::TVirtualRWMutex::State> ROOT::TVirtualRWMutex::StateAndRecurseCount::fState |
State of gCoreMutex when the first interpreter-related function was invoked.
Definition at line 57 of file TVirtualRWMutex.h.