Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h85 atomic_flag_test_explicit(const volatile atomic_flag* __o, memory_order __m) _NOEXCEPT { in atomic_flag_test_explicit() function
89 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_explicit(const atomic_flag* __o, memory_order __… in atomic_flag_test_explicit() function
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Datomic.inc125 using std::atomic_flag_test_explicit;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Datomic547 bool atomic_flag_test_explicit(volatile atomic_flag* obj,
549 bool atomic_flag_test_explicit(atomic_flag* obj, memory_order m) noexcept;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc716 SYMBOL(atomic_flag_test_explicit, std::, <atomic>)