zpp
Zephyr C++20 Framework
|
This is the complete list of members for zpp::futex_base< T_Futex >, including all inherited members.
futex_base() noexcept | zpp::futex_base< T_Futex > | inlineprotected |
futex_base(const futex_base &)=delete | zpp::futex_base< T_Futex > | |
futex_base(futex_base &&)=delete | zpp::futex_base< T_Futex > | |
native_const_pointer typedef | zpp::futex_base< T_Futex > | |
native_handle() noexcept -> native_pointer | zpp::futex_base< T_Futex > | inline |
native_handle() const noexcept -> native_const_pointer | zpp::futex_base< T_Futex > | inline |
native_pointer typedef | zpp::futex_base< T_Futex > | |
native_type typedef | zpp::futex_base< T_Futex > | |
operator=(const futex_base &)=delete | zpp::futex_base< T_Futex > | |
operator=(futex_base &&)=delete | zpp::futex_base< T_Futex > | |
try_wait(int expected) noexcept | zpp::futex_base< T_Futex > | inline |
try_wait_for(int expected, const std::chrono::duration< T_Rep, T_Period > &timeout) noexcept | zpp::futex_base< T_Futex > | inline |
wait(int expected) noexcept | zpp::futex_base< T_Futex > | inline |
wake_all() noexcept | zpp::futex_base< T_Futex > | inline |
wake_one() noexcept | zpp::futex_base< T_Futex > | inline |