| /src/include/ |
| atomic.h | 1 /* $NetBSD: atomic.h,v 1.1 2008/05/28 12:28:12 ad Exp $ */ 29 #include <sys/atomic.h>
|
| /src/external/cddl/osnet/dist/head/ |
| atomic.h | 32 #include <sys/atomic.h>
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| BuryPointer.cpp | 11 #include <atomic> 23 static std::atomic<unsigned> GraveYardSize;
|
| /src/sys/external/bsd/drm2/include/linux/ |
| atomic.h | 1 /* $NetBSD: atomic.h,v 1.42 2021/12/19 12:21:30 riastradh Exp $ */ 35 #include <sys/atomic.h> 51 * atomic (u)int operations 58 struct atomic { struct 67 typedef struct atomic atomic_t; 70 atomic_read(const atomic_t *atomic) 73 return atomic->a_u.au_int; 77 atomic_set(atomic_t *atomic, int value) 80 atomic->a_u.au_int = value; 84 atomic_set_release(atomic_t *atomic, int value [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_trampoline_powerpc64.cc | 1 #include <atomic> 6 extern std::atomic<void (*)(int32_t, XRayEntryType)> XRayPatchedFunction;
|
| /src/common/lib/libc/arch/i386/atomic/ |
| Makefile.inc | 9 atomic_or_64_nv_cas.c atomic_swap_64_cas.c atomic.S \
|
| /src/common/lib/libc/atomic/ |
| atomic_and_16_cas.c | 34 #include <sys/atomic.h>
|
| atomic_and_8_cas.c | 34 #include <sys/atomic.h>
|
| atomic_dec_32_add.c | 34 #include <sys/atomic.h>
|
| atomic_dec_32_nv_add.c | 34 #include <sys/atomic.h>
|
| atomic_dec_64_add.c | 34 #include <sys/atomic.h>
|
| atomic_dec_64_nv_add.c | 34 #include <sys/atomic.h>
|
| atomic_inc_32_add.c | 34 #include <sys/atomic.h>
|
| atomic_inc_32_nv_add.c | 34 #include <sys/atomic.h>
|
| atomic_inc_64_add.c | 34 #include <sys/atomic.h>
|
| atomic_inc_64_nv_add.c | 34 #include <sys/atomic.h>
|
| atomic_swap_16_cas.c | 34 #include <sys/atomic.h>
|
| atomic_swap_8_cas.c | 34 #include <sys/atomic.h>
|
| atomic_cas_32_cas.c | 38 #include <sys/atomic.h>
|
| /src/lib/libarch/powerpc/espresso/ |
| Makefile | 15 _ATOMIC_PATH= ${NETBSDSRCDIR}/common/lib/libc/arch/powerpc/atomic
|
| /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/ |
| ThreadPoolTest.cpp | 12 #include <atomic> 35 std::atomic<unsigned> numFinished{0}; 36 std::atomic<bool> start{false}; 56 std::atomic<bool> done{false};
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| packed.h | 22 #include <atomic> 82 /* Make sure packed can be wrapped with std::atomic. */ 115 /* Add some comparisons between std::atomic<packed<T>> and packed<T> 116 and T. We need this because even though std::atomic<T> doesn't 120 conversions to go from T to packed<T> to std::atomic<packed<T>> 125 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, \ 126 const std::atomic<packed<T, Bytes>> &rhs) \ 132 bool operator OP (T lhs, const std::atomic<packed<T, Bytes>> &rhs) \ 138 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, T rhs) \ 144 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| packed.h | 22 #include <atomic> 82 /* Make sure packed can be wrapped with std::atomic. */ 115 /* Add some comparisons between std::atomic<packed<T>> and packed<T> 116 and T. We need this because even though std::atomic<T> doesn't 120 conversions to go from T to packed<T> to std::atomic<packed<T>> 125 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, \ 126 const std::atomic<packed<T, Bytes>> &rhs) \ 132 bool operator OP (T lhs, const std::atomic<packed<T, Bytes>> &rhs) \ 138 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, T rhs) \ 144 bool operator OP (const std::atomic<packed<T, Bytes>> &lhs, [all...] |
| /src/external/bsd/zstd/dist/contrib/pzstd/ |
| ErrorHolder.h | 11 #include <atomic> 20 std::atomic<bool> error_;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/ |
| tzdb_globals.h | 13 constinit atomic<tzdb_list::_Node*> tzdb_list::_Node::_S_head_cache{nullptr};
|