Searched refs:has_native_wait_notify (Results 1 – 11 of 11) sorted by relevance
40 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function77 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
69 BOOST_FORCEINLINE bool has_native_wait_notify() const volatile BOOST_NOEXCEPT in has_native_wait_notify() function71 return wait_operations::has_native_wait_notify(m_storage); in has_native_wait_notify()
48 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function92 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
41 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
45 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
46 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
72 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
110 BOOST_FORCEINLINE bool has_native_wait_notify() const BOOST_NOEXCEPT in has_native_wait_notify() function in boost::atomics::detail::base_atomic_ref_common112 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
104 BOOST_FORCEINLINE bool has_native_wait_notify() const volatile BOOST_NOEXCEPT in has_native_wait_notify() function in boost::atomics::detail::base_atomic_common106 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
120 if (m_wrapper.a.has_native_wait_notify()) in run()243 if (m_wrapper.a.has_native_wait_notify()) in run()
489 [`bool has_native_wait_notify()`]607 [`bool has_native_wait_notify()`]1240 …ated by the `always_has_native_wait_notify` static constant and `has_native_wait_notify()` member …1258 * All operations, except constructors, destructors, `is_lock_free()` and `has_native_wait_notify()`…1259 * The `has_native_wait_notify()` method and `always_has_native_wait_notify` static constant indicat…1264 …aiting and notifying operations is not present (as indicated by `has_native_wait_notify()`), waiti…