Searched refs:_ReadLockInfoAt (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/shared/
H A DRWLocker.cpp56 for (int32 i = 0; ReadLockInfo* info = _ReadLockInfoAt(i); i++)
92 if (ReadLockInfo* info = _ReadLockInfoAt(index)) {
217 } else if (ReadLockInfo* info = _ReadLockInfoAt(_IndexOf(thread))) {
285 if (ReadLockInfo* info = _ReadLockInfoAt(index)) {
433 // _ReadLockInfoAt
435 RWLocker::_ReadLockInfoAt(int32 index) const function in class:RWLocker
446 if (_ReadLockInfoAt(i)->reader == thread)
/haiku/headers/private/shared/
H A DRWLocker.h114 ReadLockInfo* _ReadLockInfoAt(int32 index) const;

Completed in 19 milliseconds