Searched refs:pthread_rwlock_wrlock (Results 1 – 4 of 4) sorted by relevance
11 pthread_rwlock_wrlock(&a); in main()13 pthread_rwlock_wrlock(&a); in main()
54 return pthread_rwlock_wrlock(&lock->rwlock); in liblockdep_pthread_rwlock_wrlock()80 #define pthread_rwlock_wrlock liblockdep_pthread_rwlock_wrlock macro
26 return perf_singlethreaded ? 0 : pthread_rwlock_wrlock(&sem->lock); in down_write()
391 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) in pthread_rwlock_wrlock() function