Searched refs:B_TIMED_OUT (Results 101 - 125 of 136) sorted by last modified time

123456

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp206 if (result == B_TIMED_OUT)
/haiku/src/kits/shared/
H A DRWLocker.cpp246 case B_TIMED_OUT: {
357 case B_TIMED_OUT: {
382 case B_TIMED_OUT: {
H A DRWLockManager.cpp180 return B_TIMED_OUT;
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp445 } else if (rv != B_TIMED_OUT) {
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp582 error = B_TIMED_OUT;
H A DProxyAudioSupplier.cpp131 } else if (error == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.cpp147 | B_CAN_INTERRUPT, 50000) == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp135 if (error != B_TIMED_OUT && error != B_WOULD_BLOCK)
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp494 if (status == B_TIMED_OUT) {
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp228 if (status != B_TIMED_OUT && status != B_INTERRUPTED)
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Object.cpp74 if (result != B_TIMED_OUT) {
105 if (result != B_TIMED_OUT) {
138 if (result != B_TIMED_OUT) {
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp172 case B_TIMED_OUT:
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp80 if (op == B_TIMED_OUT && bytes == B_TIMED_OUT) {
134 waitForMessage(port,"File 2 renamed again (should time out):", B_TIMED_OUT, NULL);
142 B_TIMED_OUT, "_query_test_2_and_more");
164 waitForMessage(port, "File 1 removed (should time out):", B_TIMED_OUT, NULL);
/haiku/src/tests/kits/app/bhandler/
H A DLockLooperWithTimeoutTest.cpp72 @results Returns B_TIMED_OUT
90 CPPUNIT_ASSERT(Handler.LockLooperWithTimeout(10000) == B_TIMED_OUT);
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp164 (after 50ms), should return B_TIMED_OUT.
181 (after 50ms), should return B_TIMED_OUT.
192 CHK(messenger.LockTargetWithTimeout(25000) == B_TIMED_OUT);
245 (after 50ms), should return B_TIMED_OUT.
262 (after 50ms), should return B_TIMED_OUT.
273 CHK(messenger.LockTargetWithTimeout(25000) == B_TIMED_OUT);
H A DSendMessageTester.cpp257 tester.Run(invoker1, 40000, 0, B_TIMED_OUT, false, false, 20000);
258 tester.Run(invoker2, 40000, 0, B_TIMED_OUT, false, false, 20000);
292 tester.Run(invoker1, 40000, 0, B_TIMED_OUT, false, false, 20000);
293 tester.Run(invoker2, 40000, 0, B_TIMED_OUT, false, false, 20000);
337 tester.Run(invoker3, 0, 30000, B_TIMED_OUT, true, false, 20000);
355 tester.Run(invoker3, 0, 30000, B_TIMED_OUT, true, false, 20000);
364 tester.Run(invoker1, 30000, 0, B_TIMED_OUT, false, false, 20000);
371 tester.Run(invoker2, 30000, 0, B_TIMED_OUT, false, false, 20000);
374 tester.Run(invoker3, 30000, 10000, B_TIMED_OUT, false, false, 20000);
375 tester.Run(invoker3, 10000, 30000, B_TIMED_OUT, tru
[all...]
/haiku/src/tests/kits/support/blocker/
H A DBenaphoreLockCountTest1.cpp152 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME / 10) == B_TIMED_OUT);
184 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME / 10) == B_TIMED_OUT);
H A DDestructionTest2.cpp96 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME / 10) == B_TIMED_OUT);
H A DSemaphoreLockCountTest1.cpp140 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME / 10) == B_TIMED_OUT);
167 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME / 10) == B_TIMED_OUT);
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp146 if (result == B_INTERRUPTED || result == B_TIMED_OUT)
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp420 if (!Interrupted() && status == B_TIMED_OUT)
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp146 case B_TIMED_OUT:
/haiku/src/servers/registrar/
H A DEventQueue.cpp346 case B_TIMED_OUT:
/haiku/src/system/boot/loader/net/
H A DTCP.cpp326 return (timeout == 0) ? B_WOULD_BLOCK : B_TIMED_OUT;
668 return timeout == 0 ? B_WOULD_BLOCK : B_TIMED_OUT;
/haiku/src/kits/mail/
H A Dnumailkit.cpp150 ret = B_TIMED_OUT;
163 return ret==B_BUSY? B_TIMED_OUT:ret;
167 ret = B_TIMED_OUT;
183 return ret==B_BUSY? B_TIMED_OUT:ret;

Completed in 108 milliseconds

123456