Home
last modified time | relevance | path

Searched refs:atomic_flag_test (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h80 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const volatile atomic_flag* __o) _NOEXCEPT { ret… in atomic_flag_test() function
82 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const atomic_flag* __o) _NOEXCEPT { return __o->… in atomic_flag_test() function
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Datomic.inc122 using std::atomic_flag_test;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Datomic545 bool atomic_flag_test(volatile atomic_flag* obj) noexcept;
546 bool atomic_flag_test(atomic_flag* obj) noexcept;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc713 SYMBOL(atomic_flag_test, std::, <atomic>)