Searched refs:__pthread_spinlock_t (Results 1 – 8 of 8) sorted by relevance
39 __PT_SPIN_INLINE int __pthread_spin_destroy (__pthread_spinlock_t *__lock);42 __pthread_spin_destroy (__pthread_spinlock_t *__lock) in __pthread_spin_destroy()47 __PT_SPIN_INLINE int __pthread_spin_init (__pthread_spinlock_t *__lock,51 __pthread_spin_init (__pthread_spinlock_t *__lock, int __pshared) in __pthread_spin_init()60 __pthread_spin_trylock (__pthread_spinlock_t *__lock) in __pthread_spin_trylock()65 __PT_SPIN_INLINE int __pthread_spin_lock (__pthread_spinlock_t *__lock);68 __pthread_spin_lock (__pthread_spinlock_t *__lock) in __pthread_spin_lock()74 __PT_SPIN_INLINE int __pthread_spin_wait (__pthread_spinlock_t *__lock);77 __pthread_spin_wait (__pthread_spinlock_t *__lock) in __pthread_spin_wait()83 __PT_SPIN_INLINE int __pthread_spin_unlock (__pthread_spinlock_t *__lock);[all …]
31 __pthread_spinlock_t __held;32 __pthread_spinlock_t __lock;
29 __pthread_spinlock_t __held;30 __pthread_spinlock_t __lock;
27 __pthread_spinlock_t __lock;
27 typedef volatile int __pthread_spinlock_t; typedef
101 typedef __pthread_spinlock_t pthread_spinlock_t;
Completed in 5 milliseconds