Searched refs:LockTargetWithTimeout (Results 1 – 5 of 5) sorted by relevance
69 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()
171 status_t LockTargetWithTimeout(bigtime_t timeout) const
37 status_t LockTargetWithTimeout(
132 BMessenger::LockTargetWithTimeout(bigtime_t timeout) const in LockTargetWithTimeout() function in BMessenger
180 \fn status_t BMessenger::LockTargetWithTimeout(bigtime_t timeout) const