Searched refs:atomic_flag_clear_explicit (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic_flag_clear_explicit.c | 20 #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 D | stdatomic.h | 190 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 D | opencl-c.h | 14565 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 D | atomic_flag.h | 139 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 D | stdatomic.h | 390 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 D | stdatomic.h | 111 using std::atomic_flag_clear_explicit // see below 211 using std::atomic_flag_clear_explicit _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 557 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 D | atomic.cppm |
|
H A D | atomic.inc | 123 using std::atomic_flag_clear_explicit _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 267 SYMBOL(atomic_flag_clear_explicit, None, <stdatomic.h>)
|
H A D | StdSymbolMap.inc | 710 SYMBOL(atomic_flag_clear_explicit, std::, <atomic>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 620 defm : DemangledNativeBuiltin<"atomic_flag_clear_explicit", OpenCL_std, Atomic, 2, 3, OpAtomicFlagC…
|