Home
last modified time | relevance | path

Searched defs:pthread__smt_wait (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/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-src/lib/libpthread/arch/aarch64/
H A Dpthread_md.h45 #define pthread__smt_wait() __asm __volatile("wfe") /* wfe */ macro
/netbsd-src/lib/libpthread/arch/x86_64/
H A Dpthread_md.h67 #define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory") macro
/netbsd-src/lib/libpthread/arch/i386/
H A Dpthread_md.h64 #define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory") macro
/netbsd-src/lib/libpthread/
H A Dpthread_int.h307 #define pthread__smt_wait( global() macro