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

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

Completed in 4 milliseconds