Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::mutex Class Reference

#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)
 

Detailed Description

Mutex facilitates protection against data races and allows thread-safe synchronization of data between threads. C++0x (30.4.1)


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