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 D | atomic_flag_test_and_set_explicit.c | 20 #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 D | stdatomic.h | 184 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 D | opencl-c.h | 14564 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 D | atomic_flag.h | 127 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 D | stdatomic.h | 389 atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, in atomic_flag_test_and_set_explicit() function 407 return (atomic_flag_test_and_set_explicit(__object, in atomic_flag_test_and_set()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | stdatomic.h | 109 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 D | atomic | 552 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 D | atomic.cppm | |
| H A D | atomic.inc | 126 using std::atomic_flag_test_and_set_explicit _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 269 SYMBOL(atomic_flag_test_and_set_explicit, None, <stdatomic.h>)
|
| H A D | StdSymbolMap.inc | 715 SYMBOL(atomic_flag_test_and_set_explicit, std::, <atomic>)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 617 defm : DemangledNativeBuiltin<"atomic_flag_test_and_set_explicit", OpenCL_std, Atomic, 2, 3, OpAtom…
|