Searched refs:fReadLockInfos (Results 1 – 2 of 2) sorted by relevance
27 fReadLockInfos(8), in RWLocker()42 fReadLockInfos(8), in RWLocker()407 int32 index = fReadLockInfos.CountItems(); in _AddReadLockInfo()408 fReadLockInfos.AddItem(info, index); in _AddReadLockInfo()429 if (ReadLockInfo* info = (ReadLockInfo*)fReadLockInfos.RemoveItem(index)) in _DeleteReadLockInfo()437 return (ReadLockInfo*)fReadLockInfos.ItemAt(index); in _ReadLockInfoAt()444 int32 count = fReadLockInfos.CountItems(); in _IndexOf()
127 BList fReadLockInfos; variable