zpp
Zephyr C++20 Framework
zpp::futex_base< T_Futex > Member List

This is the complete list of members for zpp::futex_base< T_Futex >, including all inherited members.

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