Home | History | Annotate | Download | only in include

Lines Matching defs:pthread_spinlock_t

268 typedef void	*pthread_spinlock_t;
289 #define PTHREAD_SPINLOCK_INITIALIZER (pthread_spinlock_t)GENERIC_INITIALIZER
350 int WINPTHREAD_API pthread_spin_init(pthread_spinlock_t *l, int pshared);
351 int WINPTHREAD_API pthread_spin_destroy(pthread_spinlock_t *l);
353 int WINPTHREAD_API pthread_spin_lock(pthread_spinlock_t *l);
354 int WINPTHREAD_API pthread_spin_trylock(pthread_spinlock_t *l);
355 int WINPTHREAD_API pthread_spin_unlock(pthread_spinlock_t *l);