Home
last modified time | relevance | path

Searched defs:pthread__smt_wake (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libpthread/arch/arm/
H A Dpthread_md.h54 #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
/netbsd-src/lib/libpthread/arch/aarch64/
H A Dpthread_md.h46 #define pthread__smt_wake() __asm __volatile("sev") /* sev */ macro
/netbsd-src/lib/libpthread/
H A Dpthread_int.h310 #define pthread__smt_wake( global() macro