Open 3D Engine EMotionFX Gem 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.
MCore::ConditionVariable Class Reference

Public Member Functions

MCORE_INLINE void Wait (Mutex &mtx, const AZStd::function< bool()> &predicate)
 
MCORE_INLINE void WaitWithTimeout (Mutex &mtx, uint32 microseconds, const AZStd::function< bool()> &predicate)
 
MCORE_INLINE void NotifyOne ()
 
MCORE_INLINE void NotifyAll ()
 

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