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

/haiku/src/kits/shared/
H A DRWLockManager.cpp45 return _Wait(lockable, false, B_INFINITE_TIMEOUT) == B_OK;
73 return _Wait(lockable, false, timeout);
110 return _Wait(lockable, true, B_INFINITE_TIMEOUT) == B_OK;
154 return _Wait(lockable, true, timeout);
177 RWLockManager::_Wait(RWLockable* lockable, bool writer, bigtime_t timeout) function in class:RWLockManager
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp157 return _Wait(false, flags, timeout);
170 return _Wait(true, flags, timeout);
189 status_t _Wait(bool writer, uint32 flags, bigtime_t timeout) function in struct:LocalRWLock
/haiku/headers/private/net/
H A DProtocolUtilities.h140 status_t _Wait(bigtime_t timeout);
245 status = _Wait(timeout);
348 DECL_DATAGRAM_SOCKET(inline status_t)::_Wait(bigtime_t timeout)
/haiku/headers/private/shared/
H A DRWLockManager.h81 status_t _Wait(RWLockable* lockable, bool writer,

Completed in 69 milliseconds