Searched refs:pthread_spinlock_t (Results 1 – 2 of 2) sorted by relevance
1004 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)1008 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)1012 extern int pthread_spin_lock (pthread_spinlock_t *__lock)1016 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)1020 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
210 typedef volatile int pthread_spinlock_t; typedef