Searched refs:atomic_int (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stoptheworld_test.cpp | 31 std::atomic_int counter = {}; 88 std::atomic_int counters[kThreadCount] = {};
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | opencl-c.h | 13250 void __ovld atomic_init(volatile 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); 13959 void __ovld atomic_store(volatile atomic_int *, int); 14058 int __ovld atomic_load(volatile atomic_int *); 14070 int __ovld atomic_load(volatile __global atomic_int *); 14071 int __ovld atomic_load(volatile __local atomic_int *); [all …]
|
H A D | stdatomic.h | 96 typedef _Atomic(int) atomic_int; typedef
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | stdatomic.h | 151 using std::atomic_int _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 406 typedef atomic<int> atomic_int; 2577 typedef atomic<int> atomic_int;
|
/openbsd/lib/libz/ |
H A D | crc32.c | 225 atomic_int done;
|
/openbsd/sys/lib/libz/ |
H A D | crc32.c | 225 atomic_int done;
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | crc32.c | 227 atomic_int done;
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 271 SYMBOL(atomic_int, None, <stdatomic.h>)
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 407 def AtomicInt : Type<"atomic_int", QualType<"Context.getAtomicType(Context.IntTy)">>;
|