Searched refs:atomic (Results 26 - 50 of 333) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_arm.cpp17 #include <atomic>
97 // Replacement of the first 4-byte instruction should be the last and atomic
117 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress),
121 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress),
H A Dxray_mips.cpp17 #include <atomic>
88 // Replacement of the first 4-byte instruction should be the last and atomic
126 reinterpret_cast<std::atomic<uint32_t> *>(Sled.Address),
130 reinterpret_cast<std::atomic<uint32_t> *>(Sled.Address),
/freebsd-11-stable/sys/riscv/riscv/
H A Dminidump_machdep.c45 #include <machine/atomic.h>
/freebsd-11-stable/sys/arm64/include/
H A Dcounter.h33 #include <machine/atomic.h>
/freebsd-11-stable/sys/arm/include/
H A Dcounter.h33 #include <machine/atomic.h>
/freebsd-11-stable/lib/libc/stdlib/
H A Dquick_exit.c30 #include <machine/atomic.h>
H A Dset_constraint_handler_s.c31 #include <machine/atomic.h>
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h33 #include <machine/atomic.h>
/freebsd-11-stable/sys/riscv/include/
H A Dcpu.h40 #include <machine/atomic.h>
/freebsd-11-stable/sys/dev/cxgbe/
H A Doffload.h37 #define INIT_ULPTX_WRH(w, wrlen, atomic, tid) do { \
38 (w)->wr_hi = htonl(V_FW_WR_OP(FW_ULPTX_WR) | V_FW_WR_ATOMIC(atomic)); \
44 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) \
45 INIT_ULPTX_WRH(&((w)->wr), wrlen, atomic, tid)
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb_var.h47 #include <machine/atomic.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm_types.h36 #include <asm/atomic.h>
H A Dkref.h42 #include <asm/atomic.h>
H A Dpage.h39 #include <machine/atomic.h>
/freebsd-11-stable/contrib/ofed/include/
H A Dudma_barrier.h43 for the same address then use an atomic operation followed by one
101 #include <machine/atomic.h>
105 #include <machine/atomic.h>
270 /* It is possible that on x86 the atomic in the lock is strong enough
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c33 #include <sys/atomic.h>
39 MTX_SYSINIT(atomic, &atomic_mtx, "atomic", MTX_DEF);
/freebsd-11-stable/sbin/dump/
H A Dtape.c72 static int atomic(ssize_t (*)(), int, char *, int);
234 if (atomic(write, slp->fd, (char *)slp->req, siz) != siz)
245 if (atomic(read, slp->fd, (char *)&got, sizeof got)
262 if (atomic(read, slaves[i].fd,
318 if (atomic(read, slaves[f].fd, (char *)&got, sizeof got)
442 if (atomic(write, slp->fd, (char *)q, size) != size) {
482 if (atomic(read, slp->fd, (char *)&got, sizeof got)
731 (void) atomic(write, slaves[i].fd,
773 if ((nread = atomic(read, cmd, (char *)&nextslave, sizeof nextslave))
781 while ((nread = atomic(rea
873 atomic(ssize_t (*func)(), int fd, char *buf, int count) function
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp27 static std::atomic<Timer::Category *> g_categories;
30 std::atomic<bool> Timer::g_quiet(true);
31 std::atomic<unsigned> Timer::g_display_depth(0);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h12 #include <atomic>
108 std::atomic<bool> m_shutting_down; // This marks that we are shutting down so
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dbitmap.h36 #include <sys/atomic.h>
/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddb_interface.c51 #include <machine/atomic.h>
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dwrapper-cvmx-includes.h36 #include <contrib/octeon-sdk/cvmx-atomic.h>
/freebsd-11-stable/sys/mips/rmi/dev/xlr/
H A Ddebug.h35 #include <machine/atomic.h>
/freebsd-11-stable/sys/sys/
H A Datomic_common.h37 #error do not include this header, use machine/atomic.h
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_machdep.h33 #include <machine/atomic.h>

Completed in 387 milliseconds

1234567891011>>