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

  /src/lib/libpthread/arch/arm/
pthread_md.h 54 #define pthread__smt_wake() __asm __volatile(".inst.n 0xbf40") /* sev */ macro
57 #define pthread__smt_wake() __asm __volatile(".inst 0xe320f004") /* sev */ macro
60 #define pthread__smt_wake() __nothing macro
  /src/lib/libpthread/arch/aarch64/
pthread_md.h 46 #define pthread__smt_wake() __asm __volatile("sev") /* sev */ macro
  /src/lib/libpthread/
pthread_int.h 315 #ifndef pthread__smt_wake
316 #define pthread__smt_wake() __nothing macro

Completed in 14 milliseconds