Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
Mutex Class Reference

#include <Mutex.h>

Inheritance diagram for Mutex:

Public Member Functions

bool try_lock ()
 
void lock ()
 
void unlock ()
 

Detailed Description

Very simple wrapper around MutexBase which tracks lock contention in the profiler and asserts that locks/unlocks take place on the same thread

Member Function Documentation

◆ lock()

void Mutex::lock ( )
inline

◆ try_lock()

bool Mutex::try_lock ( )
inline

◆ unlock()

void Mutex::unlock ( )
inline

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