Searched refs:SPIN_COUNT (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/librthread/
H A Drthread_rwlock.c34 #define SPIN_COUNT 128 macro
136 for (i = 0; i < SPIN_COUNT; i++) {
213 for (i = 0; i < SPIN_COUNT; i++) {
/openbsd-current/lib/libc/thread/
H A Drthread_mutex.c39 #define SPIN_COUNT 128 macro
172 for (i = 0; i < SPIN_COUNT; i++) {

Completed in 137 milliseconds