Home
last modified time | relevance | path

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

/netbsd/lib/libpthread/
H A Dpthread_int.h220 static inline void pthread__spinunlock(pthread_t, pthread_spin_t *)
223 pthread__spinunlock(pthread_t self, pthread_spin_t *lock) in pthread__spinunlock() function
H A Dpthread_spin.c130 pthread__spinunlock(self, &lock->pts_spin); in pthread_spin_unlock()