Home
last modified time | relevance | path

Searched refs:pthread__smt_pause (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread_int.h305 #ifndef pthread__smt_pause
306 #define pthread__smt_pause() __nothing
304 #define pthread__smt_pause( global() macro
H A Dpthread_lock.c157 pthread__smt_pause(); in pthread__spinlock_slow()
H A Dpthread_rwlock.c135 pthread__smt_pause(); in pthread__rwlock_pause()
H A Dpthread_mutex.c246 pthread__smt_pause(); in pthread__mutex_pause()
/netbsd-src/lib/libpthread/arch/x86_64/
H A Dpthread_md.h66 #define pthread__smt_pause() __asm __volatile("rep; nop" ::: "memory") macro
/netbsd-src/lib/libpthread/arch/i386/
H A Dpthread_md.h63 #define pthread__smt_pause() __asm __volatile("rep; nop" ::: "memory") macro