Searched defs:lock (Results 1 – 11 of 11) sorted by relevance
22 __pthread_spin_destroy (pthread_spinlock_t *lock) in __pthread_spin_destroy()
25 __pthread_spin_trylock (pthread_spinlock_t *lock) in __pthread_spin_trylock()
24 __pthread_spin_unlock (pthread_spinlock_t *lock) in __pthread_spin_unlock()
24 __pthread_spin_lock (pthread_spinlock_t *lock) in __pthread_spin_lock()
23 __pthread_spin_init (pthread_spinlock_t *lock, int pshared) in __pthread_spin_init()
43 static pthread_rwlock_t lock; variable
33 static pthread_rwlock_t lock = PTHREAD_RWLOCK_INITIALIZER; variable
38 static pthread_rwlock_t lock; variable
41 static pthread_mutex_t lock[N]; variable
48 static pthread_rwlock_t lock; variable
331 int lock; member
Completed in 10 milliseconds