Searched refs:LockTargetWithTimeout (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp62 status_t LockTargetWithTimeout(bigtime_t timeout) const
69 CHK(messenger.LockTargetWithTimeout(0) == B_BAD_VALUE);
73 status_t LockTargetWithTimeout(bigtime_t timeout) const
85 CHK(messenger.LockTargetWithTimeout(0) == B_OK);
92 status_t LockTargetWithTimeout(bigtime_t timeout) const
111 CHK(messenger.LockTargetWithTimeout(0) == B_OK);
118 status_t LockTargetWithTimeout(bigtime_t timeout) const
135 status_t LockTargetWithTimeout(bigtime_t timeout) const
151 CHK(messenger.LockTargetWithTimeout(100000) == B_OK);
160 status_t LockTargetWithTimeout(bigtime_
[all...]
/haiku/headers/os/app/
H A DMessenger.h37 status_t LockTargetWithTimeout(
/haiku/src/kits/app/
H A DMessenger.cpp132 BMessenger::LockTargetWithTimeout(bigtime_t timeout) const function in class:BMessenger

Completed in 58 milliseconds