ReadLockWithTimeout
: ReadLockWithTimeout(lockable, timeout);
status_t ReadLockWithTimeout(RWLockable* lockable,
status_t ReadLockWithTimeout(bigtime_t timeout);
inline bool ReadLockWithTimeout(uint32 timeoutFlags,
if (!file->ReadLockWithTimeout(B_RELATIVE_TIMEOUT, 100000)) {