pthread__smt_wait
#define pthread__smt_wait() __asm __volatile("wfe") /* wfe */
#define pthread__smt_wait() __asm __volatile(".inst.n 0xbf20") /* wfe */
#define pthread__smt_wait() __asm __volatile(".inst 0xe320f002") /* wfe */
#define pthread__smt_wait() __nothing
#define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory")
#define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory")
#define pthread__smt_wait() __nothing