Searched defs:rwlock (Results 1 – 12 of 12) sorted by relevance
50 pthread_rwlock_t* rwlock = in RWMutexImpl() local70 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local79 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire() local89 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release() local99 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire() local109 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release() local
219 #define ANNOTATE_RWLOCK_CREATE(rwlock) \ argument224 #define ANNOTATE_RWLOCK_DESTROY(rwlock) \ argument233 #define ANNOTATE_RWLOCK_ACQUIRED(rwlock, is_w) \ argument243 #define ANNOTATE_READERLOCK_ACQUIRED(rwlock) ANNOTATE_RWLOCK_ACQUIRED(rwlock, 0) argument249 #define ANNOTATE_WRITERLOCK_ACQUIRED(rwlock) ANNOTATE_RWLOCK_ACQUIRED(rwlock, 1) argument258 #define ANNOTATE_RWLOCK_RELEASED(rwlock, is_w) \ argument267 #define ANNOTATE_READERLOCK_RELEASED(rwlock) ANNOTATE_RWLOCK_RELEASED(rwlock, 0) argument272 #define ANNOTATE_WRITERLOCK_RELEASED(rwlock) ANNOTATE_RWLOCK_RELEASED(rwlock, 1) argument
1102 int pthread_rwlock_init_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_init_intercept()1122 int pthread_rwlock_destroy_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_destroy_intercept()1140 int pthread_rwlock_rdlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_intercept()1158 int pthread_rwlock_wrlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_intercept()1176 int pthread_rwlock_timedrdlock_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_timedrdlock_intercept()1196 int pthread_rwlock_timedwrlock_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_timedwrlock_intercept()1216 int pthread_rwlock_tryrdlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_intercept()1234 int pthread_rwlock_trywrlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_trywrlock_intercept()1252 int pthread_rwlock_unlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_unlock_intercept()
153 struct rwlock_info rwlock; member
154 Addr rwlock; member
1560 static int pthread_rwlock_wrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_WRK()1589 pthread_rwlock_t* rwlock) { in PTH_FUNC()1594 pthread_rwlock_t* rwlock) { in PTH_FUNC()1608 static int pthread_rwlock_rdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_WRK()1637 pthread_rwlock_t* rwlock) { in PTH_FUNC()1642 pthread_rwlock_t* rwlock) { in PTH_FUNC()1656 static int pthread_rwlock_trywrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_trywrlock_WRK()1691 pthread_rwlock_t* rwlock) { in PTH_FUNC()1696 pthread_rwlock_t* rwlock) { in PTH_FUNC()1710 static int pthread_rwlock_tryrdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_WRK()[all …]
23 pthread_rwlock_t rwlock; in main() local
30 pthread_rwlock_t rwlock; in main() local
4 pthread_rwlock_t rwlock; variable
108 struct fio_rwlock *rwlock; member
881 ICURWLock rwlock = new ICURWLock(); in TestCoverage() local
207 pthread_rwlock_t rwlock; /* read-write lock */ member