Searched refs:ReadLockWithTimeout (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/shared/
H A DRWLockManager.h63 status_t ReadLockWithTimeout(RWLockable* lockable,
110 : ReadLockWithTimeout(lockable, timeout);
H A DRWLocker.h89 status_t ReadLockWithTimeout(bigtime_t timeout);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.h82 inline bool ReadLockWithTimeout(uint32 timeoutFlags,
155 Node::ReadLockWithTimeout(uint32 timeoutFlags, bigtime_t timeout) function in class:Node
H A Dchecksumfs.cpp1090 if (!file->ReadLockWithTimeout(B_RELATIVE_TIMEOUT, 100000)) {
/haiku/src/kits/shared/
H A DRWLockManager.cpp64 RWLockManager::ReadLockWithTimeout(RWLockable* lockable, bigtime_t timeout) function in class:RWLockManager
H A DRWLocker.cpp68 // ReadLockWithTimeout
70 RWLocker::ReadLockWithTimeout(bigtime_t timeout) function in class:RWLocker

Completed in 124 milliseconds