Searched defs:__lock (Results 1 – 14 of 14) sorted by relevance
11 pthread_spin_destroy (pthread_spinlock_t *__lock) in pthread_spin_destroy()17 pthread_spin_init (pthread_spinlock_t *__lock, int __pshared) in pthread_spin_init()23 pthread_spin_lock (pthread_spinlock_t *__lock) in pthread_spin_lock()29 pthread_spin_trylock (pthread_spinlock_t *__lock) in pthread_spin_trylock()35 pthread_spin_unlock (pthread_spinlock_t *__lock) in pthread_spin_unlock()
42 __pthread_spin_destroy (__pthread_spinlock_t *__lock) in __pthread_spin_destroy()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()68 __pthread_spin_lock (__pthread_spinlock_t *__lock) in __pthread_spin_lock()77 __pthread_spin_wait (__pthread_spinlock_t *__lock) in __pthread_spin_wait()86 __pthread_spin_unlock (__pthread_spinlock_t *__lock) in __pthread_spin_unlock()
41 __spin_unlock (__spin_lock_t *__lock) in __spin_unlock()53 __spin_try_lock (__spin_lock_t *__lock) in __spin_try_lock()68 __spin_lock_locked (__spin_lock_t *__lock) in __spin_lock_locked()
41 __spin_unlock (__spin_lock_t *__lock) in __spin_unlock()56 __spin_try_lock (__spin_lock_t *__lock) in __spin_try_lock()72 __spin_lock_locked (__spin_lock_t *__lock) in __spin_lock_locked()
27 __pthread_spinlock_t __lock; member
32 __pthread_spinlock_t __lock; member
30 __pthread_spinlock_t __lock; member
27 unsigned int __lock; member
24 int __lock; member
Completed in 26 milliseconds