Home
last modified time | relevance | path

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

/netbsd/lib/libpthread/arch/arm/
H A Dpthread_md.h53 #define pthread__smt_wait() __asm __volatile(".inst.n 0xbf20") /* wfe */ macro
56 #define pthread__smt_wait() __asm __volatile(".inst 0xe320f002") /* wfe */ macro
59 #define pthread__smt_wait() __nothing macro
/netbsd/lib/libpthread/
H A Dpthread_int.h306 #ifndef pthread__smt_wait
307 #define pthread__smt_wait() __nothing macro
H A Dpthread_spin.c101 pthread__smt_wait(); in pthread_spin_lock()
/netbsd/lib/libpthread/arch/aarch64/
H A Dpthread_md.h45 #define pthread__smt_wait() __asm __volatile("wfe") /* wfe */ macro
/netbsd/lib/libpthread/arch/x86_64/
H A Dpthread_md.h67 #define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory") macro
/netbsd/lib/libpthread/arch/i386/
H A Dpthread_md.h64 #define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory") macro