Home
last modified time | relevance | path

Searched refs:wait_operations (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/hyperscan/boost_1_75_0/boost/atomic/detail/
H A Datomic_flag_impl.hpp52 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef
56 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
71 return wait_operations::has_native_wait_notify(m_storage); in has_native_wait_notify()
99 return !!wait_operations::wait(m_storage, static_cast< storage_type >(old_val), order); in wait()
104 wait_operations::notify_one(m_storage); in notify_one()
109 wait_operations::notify_all(m_storage); in notify_all()
H A Dwait_ops_windows.hpp121 struct wait_operations< Base, 1u, true, false > : struct
127 struct wait_operations< Base, 2u, true, false > : struct
133 struct wait_operations< Base, 4u, true, false > : struct
139 struct wait_operations< Base, 8u, true, false > : struct
H A Datomic_impl.hpp65 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef in boost::atomics::detail::base_atomic_common
74 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
106 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
111 wait_operations::notify_one(this->storage()); in notify_one()
116 wait_operations::notify_all(this->storage()); in notify_all()
186 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
311 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
639 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
706 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order); in wait()
765 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
[all …]
H A Datomic_ref_impl.hpp75 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef in boost::atomics::detail::base_atomic_ref_common
83 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
112 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
117 wait_operations::notify_one(this->storage()); in notify_one()
122 wait_operations::notify_all(this->storage()); in notify_all()
152 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
276 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
605 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
674 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order); in wait()
732 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
[all …]
H A Dwait_ops_freebsd_umtx.hpp68 struct wait_operations< Base, sizeof(unsigned int), true, Interprocess > : struct
92 struct wait_operations< Base, sizeof(unsigned long), true, Interprocess > : struct
H A Dwait_ops_futex.hpp32 struct wait_operations< Base, 4u, true, false > : struct
69 struct wait_operations< Base, 4u, true, true > : struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/atomic/detail/
H A Datomic_flag_impl.hpp52 typedef atomics::detail::wait_operations< core_operations > wait_operations;
56 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
71 return wait_operations::has_native_wait_notify(m_storage);
99 return !!wait_operations::wait(m_storage, static_cast< storage_type >(old_val), order);
104 wait_operations::notify_one(m_storage);
109 wait_operations::notify_all(m_storage);
H A Dwait_ops_windows.hpp121 struct wait_operations< Base, 1u, true, false > : struct
127 struct wait_operations< Base, 2u, true, false > : struct
133 struct wait_operations< Base, 4u, true, false > : struct
139 struct wait_operations< Base, 8u, true, false > : struct
H A Datomic_impl.hpp65 typedef atomics::detail::wait_operations< core_operations > wait_operations;
74 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n… in test()
106 return wait_operations::has_native_wait_notify(this->storage()); in notify_one()
111 wait_operations::notify_one(this->storage());
116 wait_operations::notify_all(this->storage());
186 typedef typename base_type::wait_operations wait_operations;
311 typedef typename base_type::wait_operations wait_operations;
639 typedef typename base_type::wait_operations wait_operations;
706 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order);
765 typedef typename base_type::wait_operations wait_operations;
[all …]
H A Datomic_ref_impl.hpp75 typedef atomics::detail::wait_operations< core_operations > wait_operations;
83 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
112 return wait_operations::has_native_wait_notify(this->storage()); in notify_one()
117 wait_operations::notify_one(this->storage()); in notify_all()
122 wait_operations::notify_all(this->storage());
152 typedef typename base_type::wait_operations wait_operations; in BOOST_DEFAULTED_FUNCTION()
276 typedef typename base_type::wait_operations wait_operations; in compare_exchange_strong_impl()
605 typedef typename base_type::wait_operations wait_operations; in compare_exchange_strong_impl()
674 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order); in compare_exchange_strong_impl()
732 typedef typename base_type::wait_operations wait_operations; in compare_exchange_strong_impl()
[all …]
H A Dwait_ops_futex.hpp32 struct wait_operations< Base, 4u, true, false > : struct
69 struct wait_operations< Base, 4u, true, true > : struct
H A Dwait_ops_freebsd_umtx.hpp68 struct wait_operations< Base, sizeof(unsigned int), true, Interprocess > : struct
92 struct wait_operations< Base, sizeof(unsigned long), true, Interprocess > : struct
/dports/devel/R-cran-BH/BH/inst/include/boost/atomic/detail/
H A Datomic_flag_impl.hpp52 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef
56 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
71 return wait_operations::has_native_wait_notify(m_storage); in has_native_wait_notify()
99 return !!wait_operations::wait(m_storage, static_cast< storage_type >(old_val), order); in wait()
104 wait_operations::notify_one(m_storage); in notify_one()
109 wait_operations::notify_all(m_storage); in notify_all()
H A Dwait_ops_darwin_ulock.hpp118 struct wait_operations< Base, sizeof(uint32_t), true, false > : struct
126 struct wait_operations< Base, sizeof(uint32_t), true, true > : struct
136 struct wait_operations< Base, sizeof(uint64_t), true, false > : struct
144 struct wait_operations< Base, sizeof(uint64_t), true, true > : struct
H A Dwait_ops_windows.hpp150 struct wait_operations< Base, 1u, true, false > : struct
156 struct wait_operations< Base, 2u, true, false > : struct
162 struct wait_operations< Base, 4u, true, false > : struct
168 struct wait_operations< Base, 8u, true, false > : struct
H A Datomic_ref_impl.hpp75 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef in boost::atomics::detail::base_atomic_ref_common
113 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
118 wait_operations::notify_one(this->storage()); in notify_one()
123 wait_operations::notify_all(this->storage()); in notify_all()
153 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
272 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
392 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
717 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
790 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order); in wait()
840 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
[all …]
H A Datomic_impl.hpp72 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef in boost::atomics::detail::base_atomic_common
116 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
121 wait_operations::notify_one(this->storage()); in notify_one()
126 wait_operations::notify_all(this->storage()); in notify_all()
198 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
321 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
442 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
766 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
837 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order); in wait()
888 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
[all …]
H A Dwait_ops_freebsd_umtx.hpp68 struct wait_operations< Base, sizeof(unsigned int), true, Interprocess > : struct
92 struct wait_operations< Base, sizeof(unsigned long), true, Interprocess > : struct
H A Dwait_ops_futex.hpp32 struct wait_operations< Base, 4u, true, false > : struct
69 struct wait_operations< Base, 4u, true, true > : struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/atomic/detail/
H A Datomic_flag_impl.hpp52 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef
56 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
71 return wait_operations::has_native_wait_notify(m_storage); in has_native_wait_notify()
99 return !!wait_operations::wait(m_storage, static_cast< storage_type >(old_val), order); in wait()
104 wait_operations::notify_one(m_storage); in notify_one()
109 wait_operations::notify_all(m_storage); in notify_all()
H A Dwait_ops_windows.hpp121 struct wait_operations< Base, 1u, true, false > : struct
127 struct wait_operations< Base, 2u, true, false > : struct
133 struct wait_operations< Base, 4u, true, false > : struct
139 struct wait_operations< Base, 8u, true, false > : struct
H A Datomic_impl.hpp65 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef in boost::atomics::detail::base_atomic_common
74 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
106 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
111 wait_operations::notify_one(this->storage()); in notify_one()
116 wait_operations::notify_all(this->storage()); in notify_all()
186 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
311 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
639 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
706 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order); in wait()
765 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic
[all …]
H A Datomic_ref_impl.hpp75 typedef atomics::detail::wait_operations< core_operations > wait_operations; typedef in boost::atomics::detail::base_atomic_ref_common
83 …static BOOST_CONSTEXPR_OR_CONST bool always_has_native_wait_notify = wait_operations::always_has_n…
112 return wait_operations::has_native_wait_notify(this->storage()); in has_native_wait_notify()
117 wait_operations::notify_one(this->storage()); in notify_one()
122 wait_operations::notify_all(this->storage()); in notify_all()
152 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
276 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
605 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
674 … return !!wait_operations::wait(this->storage(), static_cast< storage_type >(old_val), order); in wait()
732 typedef typename base_type::wait_operations wait_operations; typedef in boost::atomics::detail::base_atomic_ref
[all …]
H A Dwait_ops_futex.hpp32 struct wait_operations< Base, 4u, true, false > : struct
69 struct wait_operations< Base, 4u, true, true > : struct
H A Dwait_ops_freebsd_umtx.hpp68 struct wait_operations< Base, sizeof(unsigned int), true, Interprocess > : struct
92 struct wait_operations< Base, sizeof(unsigned long), true, Interprocess > : struct

12