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

  /src/lib/libpthread/arch/arm/
pthread_md.h 53 #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/
pthread_md.h 45 #define pthread__smt_wait() __asm __volatile("wfe") /* wfe */ macro
  /src/lib/libpthread/arch/i386/
pthread_md.h 64 #define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory") macro
  /src/lib/libpthread/arch/x86_64/
pthread_md.h 67 #define pthread__smt_wait() __asm __volatile("rep; nop" ::: "memory") macro
  /src/lib/libpthread/
pthread_int.h 312 #ifndef pthread__smt_wait
313 #define pthread__smt_wait() __nothing macro

Completed in 47 milliseconds