Home
last modified time | relevance | path

Searched defs:wait_operations_windows (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dwait_ops_windows.hpp64 struct wait_operations_windows : struct
67 typedef atomics::detail::wait_operations_generic< Base, false > base_type;
68 typedef typename base_type::storage_type storage_type;
70 static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = false;
72 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify()
78 …wait(storage_type const volatile& storage, storage_type old_val, memory_order order) BOOST_NOEXCEPT in wait()
99 static BOOST_FORCEINLINE void notify_one(storage_type volatile& storage) BOOST_NOEXCEPT in notify_one()
109 static BOOST_FORCEINLINE void notify_all(storage_type volatile& storage) BOOST_NOEXCEPT in notify_all()