Home
last modified time | relevance | path

Searched defs:CPU_SPINWAIT (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libthr/arch/arm/include/
H A Dpthread_md.h38 #define CPU_SPINWAIT macro
/freebsd/lib/libthr/arch/amd64/include/
H A Dpthread_md.h40 #define CPU_SPINWAIT __asm __volatile("pause") macro
/freebsd/lib/libthr/arch/riscv/include/
H A Dpthread_md.h45 #define CPU_SPINWAIT macro
/freebsd/lib/libthr/arch/aarch64/include/
H A Dpthread_md.h40 #define CPU_SPINWAIT macro
/freebsd/lib/libthr/arch/powerpc/include/
H A Dpthread_md.h39 #define CPU_SPINWAIT macro
/freebsd/lib/libthr/arch/i386/include/
H A Dpthread_md.h40 #define CPU_SPINWAIT __asm __volatile("pause") macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h36 #define CPU_SPINWAIT __asm__ volatile("pause") macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h97 #define CPU_SPINWAIT cpu_spinwait() macro