Home
last modified time | relevance | path

Searched refs:has_native_wait_notify (Results 1 – 11 of 11) sorted by relevance

/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dwait_ops_futex.hpp40 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
77 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
Datomic_flag_impl.hpp69 BOOST_FORCEINLINE bool has_native_wait_notify() const volatile BOOST_NOEXCEPT in has_native_wait_notify() function
71 return wait_operations::has_native_wait_notify(m_storage); in has_native_wait_notify()
Dwait_ops_generic.hpp48 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
92 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
Dwait_ops_dragonfly_umtx.hpp41 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
Dwait_ops_emulated.hpp45 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
Dwait_ops_freebsd_umtx.hpp46 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
Dwait_ops_windows.hpp72 … static BOOST_FORCEINLINE bool has_native_wait_notify(storage_type const volatile&) BOOST_NOEXCEPT in has_native_wait_notify() function
Datomic_ref_impl.hpp110 BOOST_FORCEINLINE bool has_native_wait_notify() const BOOST_NOEXCEPT in has_native_wait_notify() function in boost::atomics::detail::base_atomic_ref_common
112 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
Datomic_impl.hpp104 BOOST_FORCEINLINE bool has_native_wait_notify() const volatile BOOST_NOEXCEPT in has_native_wait_notify() function in boost::atomics::detail::base_atomic_common
106 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
/external/sdv/vsomeip/third_party/boost/atomic/test/
Dipc_wait_test_helpers.hpp120 if (m_wrapper.a.has_native_wait_notify()) in run()
243 if (m_wrapper.a.has_native_wait_notify()) in run()
/external/sdv/vsomeip/third_party/boost/atomic/doc/
Datomic.qbk489 [`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…