Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRWMutex.cpp44 pthread_rwlock_t* rwlock = in RWMutexImpl() local
64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local
73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared() local
83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared() local
93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock() local
103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock() local
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DProcessRunLock.cpp16 static bool ReadLock(lldb::rwlock_t rwlock) { in ReadLock()
21 static bool ReadUnlock(lldb::rwlock_t rwlock) { in ReadUnlock()
26 static bool WriteLock(lldb::rwlock_t rwlock) { in WriteLock()
31 static bool WriteTryLock(lldb::rwlock_t rwlock) { in WriteTryLock()
35 static bool WriteUnlock(lldb::rwlock_t rwlock) { in WriteUnlock()
/openbsd-src/lib/librthread/
H A Drthread_rwlock.c47 pthread_rwlock_t rwlock; in pthread_rwlock_init() local
62 pthread_rwlock_t rwlock; in pthread_rwlock_destroy() local
98 _rthread_rwlock_tryrdlock(pthread_rwlock_t rwlock) in _rthread_rwlock_tryrdlock()
119 pthread_rwlock_t rwlock; in _rthread_rwlock_timedrdlock() local
181 _rthread_rwlock_tryrwlock(pthread_rwlock_t rwlock) in _rthread_rwlock_tryrwlock()
196 pthread_rwlock_t rwlock; in _rthread_rwlock_timedwrlock() local
260 pthread_rwlock_t rwlock; in pthread_rwlock_unlock() local
/openbsd-src/sys/sys/
H A Drwlock.h61 struct rwlock { struct
62 rwl_ownerrwlock global() argument
63 rwl_namerwlock global() argument
65 rwl_lock_objrwlock global() argument
[all...]
/openbsd-src/regress/lib/libpthread/pthread_rwlock2/
H A Dpthread_rwlock2.c34 static pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; variable
/openbsd-src/sys/dev/usb/
H A Dutvfu.h132 struct rwlock rwlock; global() member
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.h173 pthread_rwlock_t rwlock; member