Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
RageMutex Class Reference
Inheritance diagram for RageMutex:
Inheritance graph
[legend]
Collaboration diagram for RageMutex:
Collaboration graph
[legend]

Public Member Functions

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)
 

Protected Member Functions

void MarkLockedMutex ()
 

Protected Attributes

MutexImplm_pMutex
 
std::string m_sName
 
uint64_t m_LockedBy
 
int m_LockCnt
 

The documentation for this class was generated from the following files: