![]() |
VR-Forces 5.0.3 Developer's Guide
|
Template around a TBB Mutex lock which adds a tracy marker when the lock is waiting on the mutex. T_LockName is the text that shows in Tracy while waiting on the mutex.
Public Member Functions | |
| DtTracyScopedLock (T_Mutex &m) | |
| void | release () |
Protected Attributes | |
| T_Mutex::scoped_lock | lock |
|
inline |
|
inline |
References DtTracyScopedLock< T_Mutex, T_LockName >::lock.
|
protected |