![]() |
VR-Vantage 3.0.3 API Documentation
|
Public Member Functions | |
| tracy_force_inline | Lockable (const SourceLocationData *srcloc) |
| Lockable (const Lockable &) | |
| Lockable & | operator= (const Lockable &) |
| tracy_force_inline void | lock () |
| tracy_force_inline void | unlock () |
| tracy_force_inline bool | try_lock () |
| tracy_force_inline void | Mark (const SourceLocationData *srcloc) |
| tracy_force_inline void | CustomName (const char *name, size_t size) |
Private Attributes | |
| T | m_lockable |
| LockableCtx | m_ctx |
|
inline |
| tracy::Lockable< T >::Lockable | ( | const Lockable< T > & | ) |
| Lockable& tracy::Lockable< T >::operator= | ( | const Lockable< T > & | ) |
|
inline |
|
inline |
|
inline |
|
inline |
References tracy::Lockable< T >::m_ctx, and tracy::LockableCtx::Mark().
|
inline |
References tracy::LockableCtx::CustomName(), and tracy::Lockable< T >::m_ctx.
|
private |
Referenced by tracy::Lockable< T >::lock(), tracy::Lockable< T >::try_lock(), and tracy::Lockable< T >::unlock().
|
private |