Home
last modified time | relevance | path

Searched refs:is_lock_free (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_functional.cpp158 ASSERT_TRUE(small_atomic.is_lock_free()); in TEST()
162 ASSERT_FALSE(large_atomic.is_lock_free()); in TEST()
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h39 _LIBCPP_HIDE_FROM_ABI bool is_lock_free() const volatile _NOEXCEPT { in is_lock_free() function
42 _LIBCPP_HIDE_FROM_ABI bool is_lock_free() const _NOEXCEPT { in is_lock_free() function
43 return static_cast<__atomic_base const volatile*>(this)->is_lock_free(); in is_lock_free()
H A Datomic.h258 return __o->is_lock_free();
263 return __o->is_lock_free();
H A Datomic_ref.h122 …_LIBCPP_HIDE_FROM_ABI bool is_lock_free() const noexcept { return __atomic_is_lock_free(sizeof(_Tp…
/freebsd/contrib/llvm-project/libcxx/include/
H A Datomic67 bool is_lock_free() const volatile noexcept;
68 bool is_lock_free() const noexcept;
119 bool is_lock_free() const volatile noexcept;
120 bool is_lock_free() const noexcept;
202 bool is_lock_free() const volatile noexcept;
203 bool is_lock_free() const noexcept;
271 bool is_lock_free() const volatile noexcept;
272 bool is_lock_free() const noexcept;