Home
last modified time | relevance | path

Searched refs:CPU_SPINWAIT (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h40 #define CPU_SPINWAIT macro
/freebsd-14.2/lib/libthr/arch/arm/include/
H A Dpthread_md.h38 #define CPU_SPINWAIT macro
/freebsd-14.2/lib/libthr/arch/riscv/include/
H A Dpthread_md.h45 #define CPU_SPINWAIT macro
/freebsd-14.2/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h39 #define CPU_SPINWAIT macro
/freebsd-14.2/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h94 #undef CPU_SPINWAIT
97 #define CPU_SPINWAIT cpu_spinwait() macro
/freebsd-14.2/lib/libthr/arch/amd64/include/
H A Dpthread_md.h40 #define CPU_SPINWAIT __asm __volatile("pause") macro
/freebsd-14.2/lib/libthr/arch/i386/include/
H A Dpthread_md.h40 #define CPU_SPINWAIT __asm __volatile("pause") macro
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dspin.h13 CPU_SPINWAIT; in spin_cpu_spinwait()
H A Djemalloc_internal_defs.h36 #define CPU_SPINWAIT __asm__ volatile("pause") macro
/freebsd-14.2/lib/libthr/thread/
H A Dthr_pspinlock.c131 CPU_SPINWAIT; in _pthread_spin_lock()
H A Dthr_umtx.c110 CPU_SPINWAIT; in __thr_umutex_lock_spin()
H A Dthr_mutex.c680 CPU_SPINWAIT; in mutex_lock_sleep()
/freebsd-14.2/contrib/jemalloc/
H A DFREEBSD-diffs249 +#undef CPU_SPINWAIT
252 +#define CPU_SPINWAIT cpu_spinwait()
H A DChangeLog186 - Disable the CPU_SPINWAIT macro for Power. (@davidtgoldblatt, @marxin)