Searched refs:B_INTERRUPTED (Results 1 - 25 of 170) sorted by path

1234567

/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.cpp405 } while (bytesSent < 0 && errno == B_INTERRUPTED);
429 && error != B_INTERRUPTED) {
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp79 } while (error == B_INTERRUPTED);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DInsecureConnectionListener.cpp75 if (error != B_INTERRUPTED)
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureChannel.cpp69 if (fClosed || errno != B_INTERRUPTED || --remainingRetries < 0)
72 PRINT(("InsecureChannel::Send(): B_INTERRUPTED\n"));
76 //PRINT(("InsecureChannel::Send: B_INTERRUPTED ignored, remaining retries: %ld\n",
110 if (fClosed || error != B_INTERRUPTED || --remainingRetries < 0)
113 PRINT(("InsecureChannel::Receive(): B_INTERRUPTED\n"));
117 //PRINT(("InsecureChannel::Receive(): B_INTERRUPTED ignored\n"));
/haiku/src/add-ons/kernel/file_systems/nfs/
H A DRPCPendingCalls.c59 while (acquire_sem (calls->fSem)==B_INTERRUPTED);
64 while (release_sem (calls->fSem)==B_INTERRUPTED);
76 while (acquire_sem (calls->fSem)==B_INTERRUPTED);
94 while (release_sem (calls->fSem)==B_INTERRUPTED);
103 while (release_sem (calls->fSem)==B_INTERRUPTED);
137 while (acquire_sem(pool->fPoolSem)==B_INTERRUPTED)
145 while (release_sem(pool->fPoolSem)==B_INTERRUPTED)
155 while (release_sem(pool->fPoolSem)==B_INTERRUPTED)
165 while (acquire_sem(pool->fPoolSem)==B_INTERRUPTED)
178 while (release_sem(pool->fPoolSem)==B_INTERRUPTED)
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp164 } while (error == B_INTERRUPTED);
200 } while (error == B_INTERRUPTED);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DLazyInitializable.cpp43 } while (error == B_INTERRUPTED);
/haiku/src/add-ons/kernel/generic/mpu401/
H A Dmpu401.c292 if (bestat == B_INTERRUPTED) {
293 //PRINT(("acquire_sem B_INTERRUPTED!\n"));
294 return B_INTERRUPTED;
299 return B_INTERRUPTED;
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Derror_handling.cpp229 return MK_ERROR(err_act_retry, B_INTERRUPTED);
/haiku/src/apps/cortex/support/
H A DBasicThread.h117 while(wait_for_thread(thread, &ret) == B_INTERRUPTED) {
118 PRINT(("stopping thread %" B_PRId32 ": B_INTERRUPTED\n",
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp219 if (error == B_INTERRUPTED)
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp228 if (status != B_TIMED_OUT && status != B_INTERRUPTED)
/haiku/src/apps/expander/
H A DPasswordAlert.cpp152 } while (result == B_INTERRUPTED);
162 while (acquire_sem(fAlertSem) == B_INTERRUPTED) {
/haiku/src/apps/mail/
H A DQueryList.cpp245 return B_INTERRUPTED;
/haiku/src/apps/mediaconverter/
H A DMediaEncoderWindow.cpp59 while (acquire_sem(fQuitSem) == B_INTERRUPTED)
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.cpp63 } while (ret == B_INTERRUPTED);
71 while (acquire_sem(fSemaphore) == B_INTERRUPTED) {
/haiku/src/apps/showimage/
H A DFilter.cpp159 while (acquire_sem_etc(fWaitForThreads, fN, 0, 0) == B_INTERRUPTED);
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp192 } while (err == B_INTERRUPTED);
202 while (acquire_sem(m_exitSemaphore) == B_INTERRUPTED) {
/haiku/src/bin/debug/
H A Ddebug_utils.cpp131 } while (error == B_INTERRUPTED);
154 } while (error == B_INTERRUPTED);
179 } while (error == B_INTERRUPTED);
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp190 if (error == B_INTERRUPTED)
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp97 if (error != B_INTERRUPTED)
108 if (bytesRead != B_INTERRUPTED)
/haiku/src/build/libbe/support/
H A DLocker.cpp238 } while (status == B_INTERRUPTED);
/haiku/src/kits/app/
H A DLinkReceiver.cpp185 } while (bufferSize == B_INTERRUPTED);
236 } while (bytesRead == B_INTERRUPTED);
241 } while (bytesRead == B_INTERRUPTED);
H A DLinkSender.cpp313 } while (err == B_INTERRUPTED);
317 } while (err == B_INTERRUPTED);
/haiku/src/kits/debug/
H A DDebugLooper.cpp47 while (acquire_sem(fDoneSemaphore) == B_INTERRUPTED) {

Completed in 127 milliseconds

1234567