zpp
Zephyr C++20 Framework
zpp::futex_ref Member List

This is the complete list of members for zpp::futex_ref, including all inherited members.

futex_base() noexceptzpp::futex_base< futex_ref >inlineprotected
futex_base(const futex_base &)=deletezpp::futex_base< futex_ref >
futex_base(futex_base &&)=deletezpp::futex_base< futex_ref >
futex_ref(native_pointer f) noexceptzpp::futex_refinlineexplicit
futex_ref(T_Futex &f) noexceptzpp::futex_refinlineexplicit
futex_ref()=deletezpp::futex_ref
native_const_pointer typedefzpp::futex_base< futex_ref >
native_handle() noexcept -> native_pointerzpp::futex_refinline
native_handle() const noexcept -> native_const_pointerzpp::futex_refinline
native_pointer typedefzpp::futex_base< futex_ref >
native_type typedefzpp::futex_base< futex_ref >
operator=(native_pointer f) noexceptzpp::futex_refinline
operator=(T_Futex &f) noexceptzpp::futex_refinline
futex_base< futex_ref >::operator=(const futex_base &)=deletezpp::futex_base< futex_ref >
futex_base< futex_ref >::operator=(futex_base &&)=deletezpp::futex_base< futex_ref >
try_wait(int expected) noexceptzpp::futex_base< futex_ref >inline
try_wait_for(int expected, const std::chrono::duration< T_Rep, T_Period > &timeout) noexceptzpp::futex_base< futex_ref >inline
wait(int expected) noexceptzpp::futex_base< futex_ref >inline
wake_all() noexceptzpp::futex_base< futex_ref >inline
wake_one() noexceptzpp::futex_base< futex_ref >inline