Searched refs:B_TIMED_OUT (Results 1 - 25 of 135) sorted by relevance

123456

/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;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp43 return B_TIMED_OUT;
63 return 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/bmessenger/
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/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c133 return B_TIMED_OUT;
177 if (res == B_TIMED_OUT)
192 * B_TIMED_OUT => time out
212 return B_TIMED_OUT;
225 return B_TIMED_OUT;
247 return B_TIMED_OUT;
276 return B_TIMED_OUT;
286 return B_TIMED_OUT;
320 if (status == B_TIMED_OUT) {
322 return B_TIMED_OUT;
[all...]
/haiku/src/tests/kits/support/blocker/
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);
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 DConcurrencyTest2.cpp174 CPPUNIT_ASSERT(theLocker->LockWithTimeout(SNOOZE_TIME/10) == B_TIMED_OUT);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPIDevice.cpp68 return B_TIMED_OUT;
109 return B_TIMED_OUT;
140 if (result == B_TIMED_OUT) {
143 return B_TIMED_OUT;
168 if (result == B_TIMED_OUT) {
171 return B_TIMED_OUT;
/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/add-ons/kernel/debugger/laplinkll/
H A Dlaplinkll.cpp74 return B_TIMED_OUT;
77 return B_TIMED_OUT;
84 return B_TIMED_OUT;
86 return B_TIMED_OUT;
114 return B_TIMED_OUT;
146 return B_TIMED_OUT;
171 return B_TIMED_OUT;
193 return B_TIMED_OUT;
215 return B_TIMED_OUT;
256 } while (err < B_OK);// } while (err == B_TIMED_OUT);
[all...]
/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/apps/mediaplayer/supplier/
H A DProxyVideoSupplier.cpp68 return B_TIMED_OUT;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp192 return B_TIMED_OUT;
340 return error == B_TIMED_OUT ? EBUSY : error;
370 return error == B_TIMED_OUT ? EBUSY : error;
401 return error == B_TIMED_OUT ? EBUSY : error;
431 return error == B_TIMED_OUT ? EBUSY : error;
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_rh.cpp142 status_t status = B_TIMED_OUT;
170 status = B_TIMED_OUT;
H A Dohci_rh.cpp144 status_t status = B_TIMED_OUT;
172 status = B_TIMED_OUT;
H A Duhci_rh.cpp143 status_t status = B_TIMED_OUT;
171 status = B_TIMED_OUT;
H A Dxhci_rh.cpp153 status_t status = B_TIMED_OUT;
181 status = B_TIMED_OUT;
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dio.c73 return 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: {
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp146 case B_TIMED_OUT:
/haiku/src/servers/app/
H A DMessageLooper.cpp109 if (status == B_TIMED_OUT)
/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp57 return B_TIMED_OUT;
/haiku/src/add-ons/input_server/devices/wacom/
H A DDeviceReader.cpp137 } else if (read == kHeaderSize || (status_t)read == B_TIMED_OUT) {

Completed in 562 milliseconds

123456