Searched refs:B_TIMED_OUT (Results 26 - 50 of 136) sorted by relevance

123456

/haiku/src/tools/cppunit/
H A DTestUtils.cpp139 case B_TIMED_OUT:
140 str = "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);
/haiku/src/servers/app/drawing/
H A DOverlay.cpp113 if (locker.LockStatus() == B_TIMED_OUT) {
132 if (locker.LockStatus() == B_TIMED_OUT) {
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp122 CHK(fRing.WaitForRead(timeout) == B_TIMED_OUT);
126 CHK(fRing.WaitForWrite(timeout) == B_TIMED_OUT);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h367 return B_TIMED_OUT;
380 return B_TIMED_OUT;
/haiku/src/servers/app/
H A DDelayedMessage.cpp578 if (error != B_TIMED_OUT)
743 status_t status = B_TIMED_OUT;
754 status = B_TIMED_OUT;
759 if (status == B_TIMED_OUT) {
871 atomic_set(&fWakeupRetry, (int32)error == B_TIMED_OUT);
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp202 if (error == B_TIMED_OUT || error == B_WOULD_BLOCK)
H A DRequestPort.cpp135 if (error != B_TIMED_OUT && error != B_WOULD_BLOCK)
/haiku/src/build/libroot/
H A Dsem.cpp126 return B_TIMED_OUT;
/haiku/src/kits/shared/
H A DRWLockManager.cpp180 return B_TIMED_OUT;
/haiku/src/servers/registrar/
H A DEventQueue.cpp346 case B_TIMED_OUT:
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp146 if (result == B_INTERRUPTED || result == B_TIMED_OUT)
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp172 case B_TIMED_OUT:
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp228 if (status != B_TIMED_OUT && status != B_INTERRUPTED)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp206 if (result == B_TIMED_OUT)
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c72 case B_TIMED_OUT:
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp471 return B_TIMED_OUT;
561 return B_TIMED_OUT;
601 return B_TIMED_OUT;
608 return B_TIMED_OUT;
785 result = B_TIMED_OUT;
H A DATADevice.cpp596 return B_TIMED_OUT;
603 return B_TIMED_OUT;
695 return B_TIMED_OUT;
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp603 if (result == B_TIMED_OUT) {
606 return B_TIMED_OUT;
732 if (result == B_TIMED_OUT)
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp676 case B_TIMED_OUT:
694 // The only acceptable responses are B_OK and B_TIMED_OUT. Everything
701 case B_TIMED_OUT:
764 if (err == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp365 if (error == B_TIMED_OUT && timeout == 0) {
457 case B_TIMED_OUT:
557 case B_TIMED_OUT:
H A DUnixDatagramEndpoint.cpp312 case B_TIMED_OUT:
410 case B_TIMED_OUT:
/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.cpp428 if (error != B_TIMED_OUT && error != B_WOULD_BLOCK
450 return B_TIMED_OUT;
/haiku/headers/os/support/
H A DErrors.h41 #define B_TIMED_OUT (B_GENERAL_ERROR_BASE + 9) macro
206 #define ETIMEDOUT B_TO_POSIX_ERROR(B_TIMED_OUT)
/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp131 } else if (error == B_TIMED_OUT) {

Completed in 128 milliseconds

123456