Searched refs:atomic_flag_test_and_set_explicit (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 174 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order); 177 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order); 183 #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-14.2/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic_flag.h | 100 atomic_flag_test_and_set_explicit(volatile atomic_flag* __o, memory_order __m) _NOEXCEPT { in atomic_flag_test_and_set_explicit() function 104 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set_explicit(atomic_flag* __o, memory_order … in atomic_flag_test_and_set_explicit() function
|
| /freebsd-14.2/sys/sys/ |
| H A D | stdatomic.h | 382 atomic_flag_test_and_set_explicit(volatile atomic_flag *__object, in atomic_flag_test_and_set_explicit() function 400 return (atomic_flag_test_and_set_explicit(__object, in atomic_flag_test_and_set()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | stdatomic.h | 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-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | atomic.inc | 124 using std::atomic_flag_test_and_set_explicit;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 532 defm : DemangledNativeBuiltin<"atomic_flag_test_and_set_explicit", OpenCL_std, Atomic, 2, 3, OpAtom…
|