Searched refs:is_lock_free (Results 1 – 5 of 5) sorted by relevance
158 ASSERT_TRUE(small_atomic.is_lock_free()); in TEST()162 ASSERT_FALSE(large_atomic.is_lock_free()); in TEST()
39 _LIBCPP_HIDE_FROM_ABI bool is_lock_free() const volatile _NOEXCEPT { in is_lock_free() function42 _LIBCPP_HIDE_FROM_ABI bool is_lock_free() const _NOEXCEPT { in is_lock_free() function43 return static_cast<__atomic_base const volatile*>(this)->is_lock_free(); in is_lock_free()
258 return __o->is_lock_free();263 return __o->is_lock_free();
122 …_LIBCPP_HIDE_FROM_ABI bool is_lock_free() const noexcept { return __atomic_is_lock_free(sizeof(_Tp…
67 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;