Searched refs:atomic_flag_test_and_set (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic_flag_test_and_set.c | 20 #undef atomic_flag_test_and_set 21 _Bool atomic_flag_test_and_set(volatile atomic_flag *object) { in atomic_flag_test_and_set() function
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 183 bool atomic_flag_test_and_set(volatile atomic_flag *); 186 _Bool atomic_flag_test_and_set(volatile atomic_flag *); 192 #define atomic_flag_test_and_set(object) __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_C… macro
|
H A D | opencl-c.h | 14551 bool __ovld atomic_flag_test_and_set(volatile atomic_flag *); 14555 bool __ovld atomic_flag_test_and_set(volatile __global atomic_flag *); 14556 bool __ovld atomic_flag_test_and_set(volatile __local atomic_flag *);
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | atomic_flag.h | 120 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(volatile atomic_flag* __o) _NOEXCEPT { 124 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o…
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 108 using std::atomic_flag_test_and_set // see below 212 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 550 bool atomic_flag_test_and_set(volatile atomic_flag* obj) noexcept; 551 bool atomic_flag_test_and_set(atomic_flag* obj) noexcept;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 125 using std::atomic_flag_test_and_set _LIBCPP_USING_IF_EXISTS;
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 398 atomic_flag_test_and_set(volatile atomic_flag *__object) in atomic_flag_test_and_set() function
|
/freebsd/sys/contrib/zlib/ |
H A D | crc32.c | 238 if (atomic_flag_test_and_set(&state->begun)) in once()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 268 SYMBOL(atomic_flag_test_and_set, None, <stdatomic.h>)
|
H A D | StdSymbolMap.inc | 714 SYMBOL(atomic_flag_test_and_set, std::, <atomic>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 615 defm : DemangledNativeBuiltin<"atomic_flag_test_and_set", OpenCL_std, Atomic, 1, 1, OpAtomicFlagTes…
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 1159 defm : BuiltinAtomicExplicit<"atomic_flag_test_and_set",
|