Home
last modified time | relevance | path

Searched refs:LockTargetWithTimeout (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp69 CHK(messenger.LockTargetWithTimeout(0) == B_BAD_VALUE); in LockTargetWithTimeoutTest1()
85 CHK(messenger.LockTargetWithTimeout(0) == B_OK); in LockTargetWithTimeoutTest2()
111 CHK(messenger.LockTargetWithTimeout(0) == B_OK); in LockTargetWithTimeoutTest3()
151 CHK(messenger.LockTargetWithTimeout(100000) == B_OK); in LockTargetWithTimeoutTest4B()
192 CHK(messenger.LockTargetWithTimeout(25000) == B_TIMED_OUT); in LockTargetWithTimeoutTest5B()
232 CHK(messenger.LockTargetWithTimeout(100000) == B_OK); in LockTargetWithTimeoutTest6B()
273 CHK(messenger.LockTargetWithTimeout(25000) == B_TIMED_OUT); in LockTargetWithTimeoutTest7B()
289 CHK(messenger.LockTargetWithTimeout(10000) == B_BAD_VALUE); in LockTargetWithTimeoutTest8()
302 CHK(messenger.LockTargetWithTimeout(10000) == B_BAD_VALUE); in LockTargetWithTimeoutTest9()
H A DBMessengerCases171 status_t LockTargetWithTimeout(bigtime_t timeout) const
/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 in LockTargetWithTimeout() function in BMessenger
/haiku/docs/user/app/
H A DMessenger.dox180 \fn status_t BMessenger::LockTargetWithTimeout(bigtime_t timeout) const