Searched refs:atomic_int (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | aliases.h | 34 using atomic_int = atomic<int>; variable
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 13250 void __ovld atomic_init(volatile atomic_int *, int); 13262 void __ovld atomic_init(volatile __global atomic_int *, int); 13263 void __ovld atomic_init(volatile __local atomic_int *, int); 13289 int __ovld atomic_fetch_add(volatile atomic_int *, int); 13291 int __ovld atomic_fetch_sub(volatile atomic_int *, int); 13293 int __ovld atomic_fetch_or(volatile atomic_int *, int); 13295 int __ovld atomic_fetch_xor(volatile atomic_int *, int); 13297 int __ovld atomic_fetch_and(volatile atomic_int *, int); 13299 int __ovld atomic_fetch_min(volatile atomic_int *, int); 13301 int __ovld atomic_fetch_max(volatile atomic_int *, int); [all …]
|
H A D | stdatomic.h | 104 typedef _Atomic(int) atomic_int; typedef
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 48 using std::atomic_int // see below 151 using std::atomic_int _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 472 typedef atomic<int> atomic_int;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 66 using std::atomic_int _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/librt/ |
H A D | sigev_thread.c | 54 static atomic_int sigev_generation;
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 196 typedef _Atomic(int) atomic_int; typedef
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.h | 244 std::atomic_int owner_id; // (gtid+1) of owning thread, 0 if unlocked 245 std::atomic_int depth_locked; // depth locked, for nested locks only
|
/freebsd/sys/contrib/zlib/ |
H A D | crc32.c | 227 atomic_int done;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 271 SYMBOL(atomic_int, None, <stdatomic.h>)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 407 def AtomicInt : Type<"atomic_int", QualType<"Context.getAtomicType(Context.IntTy)">>;
|