Home
last modified time | relevance | path

Searched refs:atomic_flag_wait (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h121 atomic_flag_wait(const volatile atomic_flag* __o, bool __v) _NOEXCEPT { in atomic_flag_wait() function
126 atomic_flag_wait(const atomic_flag* __o, bool __v) _NOEXCEPT { in atomic_flag_wait() function
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Datomic.inc129 using std::atomic_flag_wait;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc717 SYMBOL(atomic_flag_wait, std::, <atomic>)