Open 3D Engine AzCore API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <mutex.h>
Public Types | |
typedef native_mutex_handle_type | native_handle_type |
Public Member Functions | |
void | lock () |
bool | try_lock () |
void | unlock () |
native_handle_type | native_handle () |
mutex (const char *name) | |
Mutex facilitates protection against data races and allows thread-safe synchronization of data between threads. C++0x (30.4.1)