Home
last modified time | relevance | path

Searched refs:atomic_flag_test_and_set_explicit (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_flag_test_and_set_explicit.c20 #undef atomic_flag_test_and_set_explicit
21 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *object, in atomic_flag_test_and_set_explicit() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h184 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
187 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
193 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1… macro
H A Dopencl-c.h14564 bool __ovld atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
14568 bool __ovld atomic_flag_test_and_set_explicit(volatile __global atomic_flag *, memory_order);
14569 bool __ovld atomic_flag_test_and_set_explicit(volatile __local atomic_flag *, memory_order);
14576 bool __ovld atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order, memory_scope);
14580 bool __ovld atomic_flag_test_and_set_explicit(volatile __global atomic_flag *, memory_order, memory…
14581 bool __ovld atomic_flag_test_and_set_explicit(volatile __local atomic_flag *, memory_order, memory_…
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h127 atomic_flag_test_and_set_explicit(volatile atomic_flag* __o, memory_order __m) _NOEXCEPT {
131 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set_explicit(atomic_flag* __o, memory_order …
/freebsd/sys/sys/
H A Dstdatomic.h383 atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, in atomic_flag_test_and_set_explicit() function
401 return (atomic_flag_test_and_set_explicit(__object, in atomic_flag_test_and_set()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h109 using std::atomic_flag_test_and_set_explicit // see below
213 using std::atomic_flag_test_and_set_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic552 bool atomic_flag_test_and_set_explicit(volatile atomic_flag* obj,
554 bool atomic_flag_test_and_set_explicit(atomic_flag* obj, memory_order m) noexcept;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc126 using std::atomic_flag_test_and_set_explicit _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc269 SYMBOL(atomic_flag_test_and_set_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc715 SYMBOL(atomic_flag_test_and_set_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td617 defm : DemangledNativeBuiltin<"atomic_flag_test_and_set_explicit", OpenCL_std, Atomic, 2, 3, OpAtom…