HomeSort by: relevance | last modified time | path
    Searched refs:pthread__smt_pause (Results 1 - 6 of 6) 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_lock.c 157 pthread__smt_pause();
pthread_int.h 309 #ifndef pthread__smt_pause
310 #define pthread__smt_pause() __nothing macro
pthread_rwlock.c 135 pthread__smt_pause();
pthread_mutex.c 246 pthread__smt_pause();

Completed in 24 milliseconds