Home
last modified time | relevance | path

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

/netbsd/src/lib/libpthread/
Dpthread_spin.c100 while (pthread__spintrylock(self, &lock->pts_spin) == 0) { in pthread_spin_lock()
116 if (pthread__spintrylock(self, &lock->pts_spin) == 0) in pthread_spin_trylock()
Dpthread_int.h218 static inline int pthread__spintrylock(pthread_t, pthread_spin_t *)
221 pthread__spintrylock(pthread_t self, pthread_spin_t *lock) in pthread__spintrylock() function