Searched refs:is_lock_free (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic/
H A D65913.cc30 VERIFY( std::atomic<Int>{}.is_lock_free() );
31 VERIFY( std::atomic<int>{}.is_lock_free() );
32 VERIFY( std::atomic<int*>{}.is_lock_free() );
H A D60658.cc42 VERIFY (a.is_lock_free() == b.is_lock_free());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic/cons/
H A Duser_pod.cc32 bool b __attribute__((unused)) = a.is_lock_free();
/haiku-buildtools/gcc/libatomic/
H A Dglfree.c67 EXPORT_ALIAS (is_lock_free); variable
H A Dlibatomic_i.h226 bool libat_is_lock_free (size_t, void *) MAN(is_lock_free); variable
/haiku-buildtools/gcc/libatomic/testsuite/libatomic.c/
H A Dgeneric-2.c25 bool libat_is_lock_free (size_t, void *) MAN(is_lock_free); variable
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Datomic_base.h351 is_lock_free() const noexcept
359 is_lock_free() const volatile noexcept
666 is_lock_free() const noexcept
674 is_lock_free() const volatile noexcept

Completed in 100 milliseconds