Home
last modified time | relevance | path

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

/netbsd/src/lib/libpthread/
Dpthread_int.h206 void pthread_lockinit(pthread_spin_t *) PTHREAD_HIDE;
208 static inline void pthread__spinlock(pthread_t, pthread_spin_t *)
211 pthread__spinlock(pthread_t self, pthread_spin_t *lock) in pthread__spinlock()
218 static inline int pthread__spintrylock(pthread_t, pthread_spin_t *)
221 pthread__spintrylock(pthread_t self, pthread_spin_t *lock) in pthread__spintrylock()
226 static inline void pthread__spinunlock(pthread_t, pthread_spin_t *)
229 pthread__spinunlock(pthread_t self, pthread_spin_t *lock) in pthread__spinunlock()
Dpthread_lock.c60 static void pthread__spinlock_slow(pthread_spin_t *);
147 pthread__spinlock_slow(pthread_spin_t *lock) in pthread__spinlock_slow()
197 pthread_lockinit(pthread_spin_t *lock) in pthread_lockinit()
Dpthread_types.h43 typedef __cpu_simple_lock_t pthread_spin_t; typedef
48 typedef pthread_spin_t __pthread_spin_t;
261 pthread_spin_t ptb_lock;
/netbsd/src/doc/
DHACKS403 pthread_spin_t ptm_errorcheck;