Searched refs:pthread_spin_t (Results 1 – 4 of 4) sorted by relevance
206 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()
60 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()
43 typedef __cpu_simple_lock_t pthread_spin_t; typedef48 typedef pthread_spin_t __pthread_spin_t;261 pthread_spin_t ptb_lock;
403 pthread_spin_t ptm_errorcheck;