HomeSort by: relevance | last modified time | path
    Searched defs:pthread__smt_pause (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpthread/arch/i386/
pthread_md.h 63 #define pthread__smt_pause() __asm __volatile("rep; nop" ::: "memory") macro
  /src/lib/libpthread/arch/x86_64/
pthread_md.h 66 #define pthread__smt_pause() __asm __volatile("rep; nop" ::: "memory") macro
  /src/lib/libpthread/
pthread_int.h 309 #ifndef pthread__smt_pause
310 #define pthread__smt_pause() __nothing macro

Completed in 12 milliseconds