Plasma Engine  2.0
Loading...
Searching...
No Matches
plCuratorMutex Class Reference

Custom mutex that allows to profile the time in the curator lock. More...

#include <AssetCurator.h>

Inheritance diagram for plCuratorMutex:

Public Member Functions

void Lock ()
 
void Unlock ()
 
- Public Member Functions inherited from plMutex
void Lock ()
 Acquires an exclusive lock for this mutex object.
 
plResult TryLock ()
 Attempts to acquire an exclusive lock for this mutex object. Returns true on success.
 
void Unlock ()
 Releases a lock that has been previously acquired.
 
PL_ALWAYS_INLINE bool IsLocked () const
 Returns true, if the mutex is currently acquired. Can be used to assert that a lock was entered.
 
plMutexHandle & GetMutexHandle ()
 

Detailed Description

Custom mutex that allows to profile the time in the curator lock.


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