Searched defs:rwlock (Results 1 – 8 of 8) sorted by relevance
7 int mthread_rwlock_init(rwlock) in mthread_rwlock_init() argument33 int mthread_rwlock_destroy(rwlock) in mthread_rwlock_destroy() argument55 int mthread_rwlock_rdlock(rwlock) in mthread_rwlock_rdlock() argument80 int mthread_rwlock_wrlock(rwlock) in mthread_rwlock_wrlock() argument107 int mthread_rwlock_unlock(rwlock) in mthread_rwlock_unlock() argument
137 int pthread_rwlock_init(pthread_rwlock_t *rwlock, pthread_rwlockattr_t *UNUSED(attr)) in pthread_rwlock_init()
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
63 isc_rwlock_t rwlock; member
41 isc_rwlock_t rwlock; member
47 isc_rwlock_t rwlock; member
513 isc_rwlock_t rwlock; member
33 static rwlock_t rwlock; variable