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

Public Types

typedef native_cond_var_handle_type native_handle_type
 

Public Member Functions

void notify_one ()
 
void notify_all ()
 
void wait (unique_lock< mutex > &lock)
 
template<class Predicate >
void wait (unique_lock< mutex > &lock, Predicate pred)
 
template<class Clock , class Duration >
cv_status wait_until (unique_lock< mutex > &lock, const chrono::time_point< Clock, Duration > &abs_time)
 
template<class Clock , class Duration , class Predicate >
bool wait_until (unique_lock< mutex > &lock, const chrono::time_point< Clock, Duration > &abs_time, Predicate pred)
 
template<class Rep , class Period >
cv_status wait_for (unique_lock< mutex > &lock, const chrono::duration< Rep, Period > &rel_time)
 
template<class Rep , class Period , class Predicate >
bool wait_for (unique_lock< mutex > &lock, const chrono::duration< Rep, Period > &rel_time, Predicate pred)
 
native_handle_type native_handle ()
 
 condition_variable (const char *name)
 
template<class Predicate >
AZ_FORCE_INLINE void wait (unique_lock< mutex > &lock, Predicate pred)
 
template<class Clock , class Duration >
AZ_FORCE_INLINE cv_status wait_until (unique_lock< mutex > &lock, const chrono::time_point< Clock, Duration > &abs_time)
 
template<class Clock , class Duration , class Predicate >
AZ_FORCE_INLINE bool wait_until (unique_lock< mutex > &lock, const chrono::time_point< Clock, Duration > &abs_time, Predicate pred)
 
template<class Rep , class Period >
AZ_FORCE_INLINE cv_status wait_for (unique_lock< mutex > &lock, const chrono::duration< Rep, Period > &rel_time)
 
template<class Rep , class Period , class Predicate >
AZ_FORCE_INLINE bool wait_for (unique_lock< mutex > &lock, const chrono::duration< Rep, Period > &rel_time, Predicate pred)
 

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