|
auto | GetName () const -> std::string |
|
void | SetName (const std::string &s) |
|
virtual void | Lock () |
|
virtual auto | TryLock () -> bool |
|
virtual void | Unlock () |
|
virtual auto | IsLockedByThisThread () const -> bool |
|
| RageMutex (const std::string &name) |
|
|
MutexImpl * | m_pMutex |
|
std::string | m_sName |
|
uint64_t | m_LockedBy |
|
int | m_LockCnt |
|
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageThreads.h
- /home/runner/work/etterna/etterna/src/RageUtil/Misc/RageThreads.cpp