![]() |
Plasma Engine
2.0
|
Custom mutex that allows to profile the time in the curator lock. More...
#include <AssetCurator.h>

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 () |
Custom mutex that allows to profile the time in the curator lock.