Searched refs:atomic_load (Results 1 – 16 of 16) sorted by relevance
1154 while (!atomic_load(&args->percpu_list_ptr)) {} in test_membarrier_worker_thread()1228 while (!atomic_load(&args->stop)) { in test_membarrier_manager_thread()1235 if (expect_b != atomic_load(&list_b.c[cpu_b].head->data)) { in test_membarrier_manager_thread()1252 expect_a = atomic_load(&list_a.c[cpu_a].head->data); in test_membarrier_manager_thread()1259 if (expect_a != atomic_load(&list_a.c[cpu_a].head->data)) { in test_membarrier_manager_thread()1273 expect_b = atomic_load(&list_b.c[cpu_b].head->data); in test_membarrier_manager_thread()
111 atomic_load(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()124 atomic_load(const __shared_ptr<_Tp, _Lp>* __p) in _GLIBCXX_VISIBILITY()
142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST) macro
556 shared_ptr<_Tp> atomic_load(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()557 { return std::atomic_load<_Tp>(__p); } in _GLIBCXX_VISIBILITY()
1077 template<class T> shared_ptr<T> atomic_load( shared_ptr<T> const * p ) BOOST_SP_NOEXCEPT in atomic_load() function1085 return atomic_load( p ); in atomic_load_explicit()
300 atomic_load(const volatile atomic<T>* obj) noexcept;304 atomic_load(const atomic<T>* obj) noexcept;1235 // atomic_load1240 atomic_load(const volatile atomic<_Tp>* __o) _NOEXCEPT1248 atomic_load(const atomic<_Tp>* __o) _NOEXCEPT
602 shared_ptr<T> atomic_load(const shared_ptr<T>* p);5427 atomic_load(const shared_ptr<_Tp>* __p)5442 return atomic_load(__p);
1289 atomic_load(const atomic<_ITp>* __a) noexcept1294 atomic_load(const volatile atomic<_ITp>* __a) noexcept
418 OPTAB_D (atomic_load_optab, "atomic_load$I$a")