Home
last modified time | relevance | path

Searched defs:rwlock (Results 1 – 8 of 8) sorted by relevance

/minix3/minix/lib/libmthread/
H A Drwlock.c7 int mthread_rwlock_init(rwlock) in mthread_rwlock_init() argument
33 int mthread_rwlock_destroy(rwlock) in mthread_rwlock_destroy() argument
55 int mthread_rwlock_rdlock(rwlock) in mthread_rwlock_rdlock() argument
80 int mthread_rwlock_wrlock(rwlock) in mthread_rwlock_wrlock() argument
107 int mthread_rwlock_unlock(rwlock) in mthread_rwlock_unlock() argument
H A Dpthread_compat.c137 int pthread_rwlock_init(pthread_rwlock_t *rwlock, pthread_rwlockattr_t *UNUSED(attr)) in pthread_rwlock_init()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DRWMutex.cpp50 pthread_rwlock_t* rwlock = in RWMutexImpl() local
70 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local
79 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire() local
89 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release() local
99 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire() local
109 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release() local
/minix3/external/bsd/bind/dist/lib/dns/include/dns/
H A Dkeytable.h63 isc_rwlock_t rwlock; member
/minix3/external/bsd/bind/dist/lib/dns/
H A Dforward.c41 isc_rwlock_t rwlock; member
H A Dzt.c47 isc_rwlock_t rwlock; member
H A Dzone.c513 isc_rwlock_t rwlock; member
/minix3/minix/tests/
H A Dtest59.c33 static rwlock_t rwlock; variable