Open 3D Engine EMotionFX Gem 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.
|
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 () |