Searched refs:WriteLockWithTimeout (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/shared/
H A DRWLockManager.h69 status_t WriteLockWithTimeout(RWLockable* lockable,
109 ? WriteLockWithTimeout(lockable, timeout)
H A DRWLocker.h36 // WriteLockWithTimeout() immediatlely returns with a B_WOULD_BLOCK error
94 status_t WriteLockWithTimeout(bigtime_t timeout);
/haiku/src/kits/shared/
H A DRWLockManager.cpp137 RWLockManager::WriteLockWithTimeout(RWLockable* lockable, bigtime_t timeout) function in class:RWLockManager
H A DRWLocker.cpp133 // WriteLockWithTimeout
135 RWLocker::WriteLockWithTimeout(bigtime_t timeout) function in class:RWLocker

Completed in 51 milliseconds