Searched refs:timeout (Results 326 - 350 of 413) sorted by relevance

<<11121314151617

/haiku/src/kits/media/legacy/
H A DOldBufferStream.h186 bigtime_t timeout);
H A DOldBufferStream.cpp344 bigtime_t timeout)
342 AcquireBuffer(subscriber_id subID, buffer_id *bufID, bigtime_t timeout) argument
/haiku/headers/private/kernel/
H A Dksignal.h237 bigtime_t timeout);
H A Dvfs.h213 fd_set *errorSet, bigtime_t timeout, const sigset_t *sigMask);
214 ssize_t _user_poll(struct pollfd *fds, int numfds, bigtime_t timeout,
/haiku/headers/os/app/
H A DMessage.h101 bigtime_t timeout = B_INFINITE_TIMEOUT);
103 bigtime_t timeout = B_INFINITE_TIMEOUT);
568 int32 token, bigtime_t timeout,
577 bigtime_t timeout);
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h161 efi_status (*SetWatchdogTimer) (size_t timeout, uint64_t watchdog_code,
/haiku/src/servers/app/drawing/
H A DHWInterface.h108 bigtime_t timeout = B_INFINITE_TIMEOUT) = 0;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h252 u32 timeout; member in struct:e1000_mbx_info
H A De1000_80003es2lan.c561 s32 timeout = PHY_CFG_TIMEOUT; local
569 while (timeout) {
573 timeout--;
575 if (!timeout) {
H A De1000_82575.c1005 s32 timeout = PHY_CFG_TIMEOUT; local
1016 while (timeout) {
1020 timeout--;
1022 if (!timeout)
1314 /* set the completion timeout for interface */
1317 DEBUGOUT("PCI-E Set completion timeout has failed.\n");
1724 s32 timeout = 3; local
1734 while (timeout) {
1741 timeout--;
1979 * e1000_set_pcie_completion_timeout - set pci-e completion timeout
3307 u32 timeout = 10; local
[all...]
/haiku/src/system/kernel/locks/
H A Dlock.cpp552 bigtime_t timeout)
616 status_t error = thread_block_with_timeout(timeoutFlags, timeout);
1082 _mutex_lock_with_timeout(mutex* lock, uint32 timeoutFlags, bigtime_t timeout) argument
1127 status_t error = thread_block_with_timeout(timeoutFlags, timeout);
1139 // if we resume due to a timeout before our thread is set to NULL.
1143 // If the timeout occurred, we must remove our waiter structure from
1168 // the structure is not in the list -- even though the timeout
551 _rw_lock_read_lock_with_timeout(rw_lock* lock, uint32 timeoutFlags, bigtime_t timeout) argument
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h54 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku/src/system/kernel/
H A Dsignal.cpp2051 The \c flags and \c timeout combination must either define an infinite
2052 timeout (no timeout flags set), an absolute timeout (\c B_ABSOLUTE_TIMEOUT
2053 set), or a relative timeout \code <= 0 \endcode (\c B_RELATIVE_TIMEOUT set).
2057 bigtime_t timeout)
2066 bool canWait = (flags & B_RELATIVE_TIMEOUT) == 0 || timeout > 0;
2125 error = thread_block_with_timeout(flags, timeout);
2128 // POSIX requires EAGAIN (B_WOULD_BLOCK) on timeout
2332 bigtime_t timeout)
2056 sigwait_internal(const sigset_t* set, siginfo_t* info, uint32 flags, bigtime_t timeout) argument
2331 _user_sigwait(const sigset_t *userSet, siginfo_t *userInfo, uint32 flags, bigtime_t timeout) argument
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp975 bigtime_t timeout,
989 info, &node, timeout);
1005 info, &node, timeout);
1056 bigtime_t timeout,
1082 err = instantiate(info, outRef, timeout, nodeFlags);
1567 bigtime_t timeout) {
1571 status_t err = LockWithTimeout(timeout);
972 instantiate( const dormant_node_info& info, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags) argument
1052 instantiate( const entry_ref& file, uint64 requireNodeKinds, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags, bigtime_t* outDuration) argument
1565 lock( lock_t type, bigtime_t timeout) argument
/haiku/src/bin/network/ftpd/
H A Dftpd.c124 int timeout = 900; /* timeout after 15 minutes of inactivity */ variable
386 timeout = atoi(optarg);
387 if (maxtimeout < timeout)
388 maxtimeout = timeout;
393 if (timeout > maxtimeout)
394 timeout = maxtimeout;
1973 struct timeval timeout; local
1979 timeout.tv_usec = 0;
1980 timeout
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp44 wait_for_set(addr_t address, uint32 mask, uint32 timeout) argument
48 for(i = 0; i <= timeout; i += interval) {
58 wait_for_clear(addr_t address, uint32 mask, uint32 timeout) argument
62 for(i = 0; i <= timeout; i += interval) {
72 wait_for_clear_status(addr_t address, uint32 mask, uint32 timeout) argument
77 for(i = 0; i <= timeout; i += interval) {
882 uint32 timeout = INTEL_DP_AUX_CTL_TIMEOUT_400us; local
884 timeout = INTEL_DP_AUX_CTL_TIMEOUT_600us;
886 | INTEL_DP_AUX_CTL_TIMEOUT_ERROR | timeout | INTEL_DP_AUX_CTL_RECEIVE_ERROR
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp563 // TODO: Calculate timeout, 0.25 times duration of "frames" seems good.
564 bigtime_t timeout = 10000; local
581 if (system_time() - time > timeout) {
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp373 bigtime_t timeout)
418 while ((error = _kern_block_thread(timeoutFlags, timeout))
372 _rw_lock_read_lock_with_timeout(rw_lock* lock, uint32 timeoutFlags, bigtime_t timeout) argument
/haiku/src/kits/interface/
H A DPrivateScreen.cpp266 BPrivateScreen::WaitForRetrace(bigtime_t timeout) argument
280 status = acquire_sem_etc(fRetraceSem, 1, B_RELATIVE_TIMEOUT, timeout);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp850 bigtime_t timeout = 1000000*180; // timeout 180 secs local
855 if (fSocket->WaitForReadable(timeout) == B_OK) {
876 fLog = "SMTP socket timeout.";
/haiku/src/kits/app/
H A DHandler.cpp441 BHandler::LockLooperWithTimeout(bigtime_t timeout) argument
447 status_t status = looper->LockWithTimeout(timeout);
/haiku/src/servers/app/
H A DEventDispatcher.cpp1000 const bigtime_t timeout = mouseIdleSent ? local
1002 status = fStream->GetNextCursorPosition(where, timeout);
/haiku/headers/os/media/
H A DMediaDefs.h799 status_t launch_media_server(bigtime_t timeout = B_INFINITE_TIMEOUT,
803 status_t shutdown_media_server(bigtime_t timeout = B_INFINITE_TIMEOUT,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp296 CamDevice::WaitFrame(bigtime_t timeout) argument
299 return WaitFrame(timeout);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp769 ViewHWInterface::WaitForRetrace(bigtime_t timeout) argument
773 return screen.WaitForRetrace(timeout);

Completed in 390 milliseconds

<<11121314151617