Searched defs:pthread__smt_pause (Results 1 - 3 of 3) sorted by relevance

/src/lib/libpthread/arch/x86_64/
H A Dpthread_md.h66 #define pthread__smt_pause() __asm __volatile("rep; nop" ::: "memory") macro
/src/lib/libpthread/arch/i386/
H A Dpthread_md.h63 #define pthread__smt_pause() __asm __volatile("rep; nop" ::: "memory") macro
/src/lib/libpthread/
H A Dpthread_int.h310 #define pthread__smt_pause() __nothing macro

Completed in 3 milliseconds