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::recursive_mutex Class Reference

#include <mutex.h>

Public Types

typedef native_recursive_mutex_handle_type native_handle_type
 

Public Member Functions

void lock ()
 
bool try_lock ()
 
void unlock ()
 
native_handle_type native_handle ()
 
 recursive_mutex (const char *name)
 

Detailed Description

Recursive mutex provides a recursive mutex with exclusive ownership semantics. C++0x (30.4.1.2)


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