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::semaphore Member List

This is the complete list of members for AZStd::semaphore, including all inherited members.

acquire() (defined in AZStd::semaphore)AZStd::semaphoreinline
MAXIMUM_COUNT enum value (defined in AZStd::semaphore)AZStd::semaphore
native_handle() (defined in AZStd::semaphore)AZStd::semaphoreinline
native_handle_type typedef (defined in AZStd::semaphore)AZStd::semaphore
release(unsigned int releaseCount=1) (defined in AZStd::semaphore)AZStd::semaphoreinline
semaphore(unsigned int initialCount=0, unsigned int maximumCount=MAXIMUM_COUNT) (defined in AZStd::semaphore)AZStd::semaphoreinline
semaphore(const char *name, unsigned int initialCount=0, unsigned int maximumCount=MAXIMUM_COUNT) (defined in AZStd::semaphore)AZStd::semaphoreinline
try_acquire_for(const chrono::duration< Rep, Period > &rel_time) (defined in AZStd::semaphore)AZStd::semaphore
try_acquire_for(const chrono::duration< Rep, Period > &rel_time) (defined in AZStd::semaphore)AZStd::semaphore
try_acquire_until(const chrono::time_point< Clock, Duration > &abs_time) (defined in AZStd::semaphore)AZStd::semaphore
try_acquire_until(const chrono::time_point< Clock, Duration > &abs_time) (defined in AZStd::semaphore)AZStd::semaphore
~semaphore() (defined in AZStd::semaphore)AZStd::semaphoreinline