Home
last modified time | relevance | path

Searched defs:SPIN_WAIT (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/thread/
H A Drthread_mutex.c41 #define SPIN_WAIT() asm volatile("pause": : : "memory") macro
43 #define SPIN_WAIT() do { } while (0) macro
/openbsd-src/lib/librthread/
H A Drthread_rwlock.c36 #define SPIN_WAIT() asm volatile("pause": : : "memory") macro
38 #define SPIN_WAIT() do { } while (0) macro