Home
last modified time | relevance | path

Searched refs:pthread__smt_wake (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/lib/libpthread/arch/arm/
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/
Dpthread_int.h315 #ifndef pthread__smt_wake
316 #define pthread__smt_wake() __nothing macro
Dpthread_spin.c131 pthread__smt_wake(); in pthread_spin_unlock()
/netbsd/src/lib/libpthread/arch/aarch64/
Dpthread_md.h46 #define pthread__smt_wake() __asm __volatile("sev") /* sev */ macro