Lines Matching refs:__lock
6171 int __lock;
6203 int __lock;
6239 int __lock;
18410 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
18414 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
18418 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
18422 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
18426 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)