Home
last modified time | relevance | path

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

/netbsd-src/lib/libpthread/
H A Dpthread_rwlock.c139 pthread__rwlock_spin(uintptr_t owner) in pthread__rwlock_spin() function
195 if (pthread__rwlock_spin(owner)) { in pthread__rwlock_rdlock()
196 while (pthread__rwlock_spin(owner)) { in pthread__rwlock_rdlock()
317 if (pthread__rwlock_spin(owner)) { in pthread__rwlock_wrlock()
318 while (pthread__rwlock_spin(owner)) { in pthread__rwlock_wrlock()