| /freebsd/sys/dev/qat/qat_api/common/utils/ |
| H A D | lac_lock_free_stack.h | 8 typedef unsigned int atomic_int __attribute__((mode(TI))); typedef 10 typedef unsigned int atomic_int __attribute__((mode(DI))); typedef 18 atomic_int atomic;
|
| /freebsd/tools/regression/include/stdatomic/ |
| H A D | logic.c | 87 atomic_int probe; in test_surface() 107 atomic_is_lock_free((atomic_int *)NULL)); in test_surface() 136 atomic_int x = ATOMIC_VAR_INIT(42); in test_atomic_var_init()
|
| /freebsd/lib/libthr/tests/ |
| H A D | pthread_tryjoin_test.c | 19 static atomic_int finish;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/ |
| H A D | aliases.h | 34 using atomic_int = atomic<int>; variable
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | aliases.h | 35 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/__cxx03/ |
| H A D | stdatomic.h | 151 using std::atomic_int _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 472 typedef atomic<int> atomic_int;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | stdatomic.h | 156 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/sys/contrib/zlib/ |
| H A D | zutil.h | 273 atomic_int done;
|
| /freebsd/lib/librt/ |
| H A D | sigev_thread.c | 54 static atomic_int sigev_generation;
|
| /freebsd/sys/sys/ |
| H A D | stdatomic.h | 208 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/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSpecialSymbolMap.inc | 301 SYMBOL(atomic_int, std::, <atomic>) 302 SYMBOL(atomic_int, None, <atomic>) 303 SYMBOL(atomic_int, None, <stdatomic.h>)
|
| H A D | CSymbolMap.inc | 271 SYMBOL(atomic_int, None, <stdatomic.h>)
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 411 def AtomicInt : Type<"atomic_int", QualType<"Context.getAtomicType(Context.IntTy)">>;
|