carb::thread::futex::wake_all

Defined in carb/thread/Futex.h

template<class T>
inline void carb::thread::futex::wake_all(std::atomic<T> &val)

Wakes all threads that are waiting in one of the futex wait functions.

Parameters

val – The same value that was passed to wait(), wait_for() or wait_until().