Searched defs:rwlock (Results 1 – 7 of 7) sorted by relevance
44 pthread_rwlock_t* rwlock = in RWMutexImpl() local64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared() local83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared() local93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock() local103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock() local
16 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()
47 pthread_rwlock_t rwlock; in pthread_rwlock_init() local62 pthread_rwlock_t rwlock; in pthread_rwlock_destroy() local98 _rthread_rwlock_tryrdlock(pthread_rwlock_t rwlock) in _rthread_rwlock_tryrdlock()119 pthread_rwlock_t rwlock; in _rthread_rwlock_timedrdlock() local181 _rthread_rwlock_tryrwlock(pthread_rwlock_t rwlock) in _rthread_rwlock_tryrwlock()196 pthread_rwlock_t rwlock; in _rthread_rwlock_timedwrlock() local260 pthread_rwlock_t rwlock; in pthread_rwlock_unlock() local
61 struct rwlock { struct 62 rwl_ownerrwlock global() argument 63 rwl_namerwlock global() argument 65 rwl_lock_objrwlock global() argument [all...]
34 static pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; variable
132 struct rwlock rwlock; global() member
173 pthread_rwlock_t rwlock; member