Searched refs:B_TIMED_OUT (Results 51 - 75 of 136) sorted by relevance

123456

/haiku/src/kits/midi2/
H A DMidiLocalConsumer.cpp336 if (msg_size == B_TIMED_OUT) {
/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp203 fStatus = B_TIMED_OUT;
H A DAbstractSocket.cpp320 return millis > 0 ? B_TIMED_OUT : B_WOULD_BLOCK;
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp259 else if (size == B_TIMED_OUT && !waitingTeams.empty()) {
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp194 if (err != B_TIMED_OUT) {
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp300 } else if (error != B_TIMED_OUT && error != B_WOULD_BLOCK)
H A DUDP.cpp228 return (timeout == 0 ? B_WOULD_BLOCK : B_TIMED_OUT);
/haiku/src/servers/app/
H A DEventStream.cpp173 if (status == B_TIMED_OUT)
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c40 if(sz != B_TIMED_OUT){
/haiku/src/kits/shared/
H A DMemoryRingIO.cpp277 return B_TIMED_OUT;
/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp64 if (status == B_TIMED_OUT || status == B_OK) {
109 // B_TIMED_OUT - look for timers to be executed
/haiku/src/libs/bsd/
H A Dkqueue.cpp253 if (events == B_WOULD_BLOCK || events == B_TIMED_OUT)
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp139 if (error != B_TIMED_OUT && error != B_WOULD_BLOCK)
/haiku/headers/build/os/support/
H A DErrors.h42 #define B_TIMED_OUT (B_GENERAL_ERROR_BASE + 9) macro
198 #define HAIKU_ETIMEDOUT B_TO_POSIX_ERROR(B_TIMED_OUT)
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp432 if (status != B_OK && status != B_TIMED_OUT) {
437 } else if (status == B_TIMED_OUT) {
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp631 case B_TIMED_OUT:
1307 case B_TIMED_OUT:
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.cpp369 if (result != B_OK && result != B_TIMED_OUT)
519 if (result != B_TIMED_OUT && result != B_INTERRUPTED) {
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp43 if (error == B_TIMED_OUT)
362 if (status == B_TIMED_OUT && socket->receive.timeout == 0)
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp258 if (status == B_TIMED_OUT) {
616 return !fFolderStateInitialized ? B_TIMED_OUT : B_ENTRY_NOT_FOUND;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp230 while( acquire_sem_etc( settings_thread_sem, 1, B_RELATIVE_TIMEOUT, 10000000 ) == B_TIMED_OUT ) {
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp445 } else if (rv != B_TIMED_OUT) {
/haiku/src/kits/media/
H A DMediaEventLooper.cpp227 if (err == B_TIMED_OUT
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp327 if (status != B_TIMED_OUT || disconnectOnTimeout)
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp213 if (entry.Wait(B_RELATIVE_TIMEOUT, 1 * 1000 * 1000) == B_TIMED_OUT)
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureConnection.cpp289 RETURN_ERROR(B_TIMED_OUT);

Completed in 144 milliseconds

123456