xentara-utils v2.0.4
The Xentara Utility Library
|
This is the complete list of members for xentara::utils::lockFree::ConditionVariable, including all inherited members.
notify_all() noexcept -> void | xentara::utils::lockFree::ConditionVariable | |
notify_one() noexcept -> void | xentara::utils::lockFree::ConditionVariable | |
wait(Tracker &tracker) const noexcept -> void | xentara::utils::lockFree::ConditionVariable | |
wait(Predicate &&stopWaiting) const noexcept(std::is_nothrow_invocable_r_v< bool, Predicate >) -> void | xentara::utils::lockFree::ConditionVariable | |
waitCounted(Tracker &tracker) const noexcept -> void | xentara::utils::lockFree::ConditionVariable |