Searched refs:pthread_spinlock_t (Results 1 – 7 of 7) sorted by relevance
124 int pthread_spin_init(pthread_spinlock_t*, int);125 int pthread_spin_destroy(pthread_spinlock_t*);126 int pthread_spin_lock(pthread_spinlock_t*);127 int pthread_spin_trylock(pthread_spinlock_t*);128 int pthread_spin_unlock(pthread_spinlock_t*);
3 int pthread_spin_destroy(pthread_spinlock_t* s) { in pthread_spin_destroy()
3 int pthread_spin_unlock(pthread_spinlock_t* s) { in pthread_spin_unlock()
3 int pthread_spin_init(pthread_spinlock_t* s, int shared) { in pthread_spin_init()
4 int pthread_spin_trylock(pthread_spinlock_t* s) { in pthread_spin_trylock()
4 int pthread_spin_lock(pthread_spinlock_t* s) { in pthread_spin_lock()
396 typedef __C11_ATOMIC(int) pthread_spinlock_t; typedef
Completed in 11 milliseconds