Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libthr/arch/arm/include/
Dpthread_md.h39 #define CPU_SPINWAIT macro
/freebsd-9-stable/lib/libthr/arch/sparc64/include/
Dpthread_md.h38 #define CPU_SPINWAIT macro
/freebsd-9-stable/lib/libthr/arch/mips/include/
Dpthread_md.h40 #define CPU_SPINWAIT macro
/freebsd-9-stable/lib/libthr/arch/ia64/include/
Dpthread_md.h34 #define CPU_SPINWAIT macro
/freebsd-9-stable/lib/libthr/arch/powerpc/include/
Dpthread_md.h39 #define CPU_SPINWAIT macro
/freebsd-9-stable/lib/libthr/arch/amd64/include/
Dpthread_md.h40 #define CPU_SPINWAIT __asm __volatile("pause") macro
/freebsd-9-stable/lib/libthr/arch/i386/include/
Dpthread_md.h40 #define CPU_SPINWAIT __asm __volatile("pause") macro
/freebsd-9-stable/lib/libthr/thread/
Dthr_pspinlock.c110 CPU_SPINWAIT; in _pthread_spin_lock()
Dthr_umtx.c100 CPU_SPINWAIT; in __thr_umutex_lock_spin()
Dthr_mutex.c381 CPU_SPINWAIT; in mutex_lock_sleep()
/freebsd-9-stable/lib/libc/stdlib/
Dmalloc.c223 # define CPU_SPINWAIT __asm__ volatile("pause") macro
248 # define CPU_SPINWAIT __asm__ volatile("pause") macro
392 #ifndef CPU_SPINWAIT
393 # define CPU_SPINWAIT macro
1495 CPU_SPINWAIT; in malloc_spin_lock()