Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_flag_clear_explicit.c20 #undef atomic_flag_clear_explicit
21 void atomic_flag_clear_explicit(volatile atomic_flag *object, in atomic_flag_clear_explicit() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h190 void atomic_flag_clear_explicit(volatile atomic_flag *, memory_order);
196 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order) macro
H A Dopencl-c.h14565 void __ovld atomic_flag_clear_explicit(volatile atomic_flag *, memory_order);
14570 void __ovld atomic_flag_clear_explicit(volatile __global atomic_flag *, memory_order);
14571 void __ovld atomic_flag_clear_explicit(volatile __local atomic_flag *, memory_order);
14577 void __ovld atomic_flag_clear_explicit(volatile atomic_flag *, memory_order, memory_scope);
14582 void __ovld atomic_flag_clear_explicit(volatile __global atomic_flag *, memory_order, memory_scope);
14583 void __ovld atomic_flag_clear_explicit(volatile __local atomic_flag *, memory_order, memory_scope);
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h139 inline _LIBCPP_HIDE_FROM_ABI void atomic_flag_clear_explicit(volatile atomic_flag* __o, memory_orde…
143 inline _LIBCPP_HIDE_FROM_ABI void atomic_flag_clear_explicit(atomic_flag* __o, memory_order __m) _N…
/freebsd/sys/sys/
H A Dstdatomic.h390 atomic_flag_clear_explicit(volatile atomic_flag *__object, memory_order __order) in atomic_flag_clear_explicit() function
409 atomic_flag_clear_explicit(__object, memory_order_seq_cst); in atomic_flag_clear()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h111 using std::atomic_flag_clear_explicit // see below
211 using std::atomic_flag_clear_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic557 void atomic_flag_clear_explicit(volatile atomic_flag* obj, memory_order m) noexcept;
558 void atomic_flag_clear_explicit(atomic_flag* obj, memory_order m) noexcept;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc123 using std::atomic_flag_clear_explicit _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc267 SYMBOL(atomic_flag_clear_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc710 SYMBOL(atomic_flag_clear_explicit, std::, <atomic>)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td620 defm : DemangledNativeBuiltin<"atomic_flag_clear_explicit", OpenCL_std, Atomic, 2, 3, OpAtomicFlagC…