Home
last modified time | relevance | path

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

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