Searched refs:timeout (Results 201 - 225 of 412) sorted by last modified time

1234567891011>>

/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp312 BNetEndpoint::SetTimeout(bigtime_t timeout) argument
314 fTimeout = timeout < 0 ? B_INFINITE_TIMEOUT : timeout;
434 BNetEndpoint::Accept(int32 timeout) argument
436 if (!IsDataPending(timeout < 0 ? B_INFINITE_TIMEOUT : 1000LL * timeout))
475 BNetEndpoint::IsDataPending(bigtime_t timeout) argument
483 // Make sure the timeout does not overflow. If it does, have an infinite
484 // timeout instead. Note that this conveniently includes B_INFINITE_TIMEOUT.
485 if (timeout > INT32_MA
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S372 mov ax, TICKS_PER_SECOND ; Calculate timeout ticks
373 mul word [timeout]
392 mov ah, GET_MODIFIER_KEYS ; Disable timeout if ALT key is pressed
396 mov word [timeout], TIMEOUT_OFF
401 cmp word [timeout], TIMEOUT_OFF
407 jnz inputLoop ; cancel timeout if key is pressed
689 timeout equ defaultItem + 2 define
690 list equ timeout + 2
694 ; dw the timeout (-1 for none)
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.h58 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku/src/servers/app/drawing/
H A DBitmapHWInterface.h50 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h196 bigtime_t timeout);
H A DResponse.cpp764 ResponseParser::NextResponse(Response& response, bigtime_t timeout) argument
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp504 int32 replyToken, bigtime_t timeout, team_id senderTeam)
519 if (timeout < 0)
523 B_RELATIVE_TIMEOUT, timeout);
584 bigtime_t timeout, team_id senderTeam)
589 timeout, senderTeam);
605 KMessage::ReceiveFrom(port_id fromPort, bigtime_t timeout, argument
614 if (timeout < 0) {
618 B_RELATIVE_TIMEOUT, timeout);
503 SendTo(port_id targetPort, int32 targetToken, port_id replyPort, int32 replyToken, bigtime_t timeout, team_id senderTeam) argument
583 SendReply(KMessage* message, port_id replyPort, int32 replyToken, bigtime_t timeout, team_id senderTeam) argument
/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/src/libs/compat/freebsd_network/
H A Dsystm.cpp16 _pause(const char* waitMessage, int timeout) argument
18 KASSERT(timeout != 0, ("pause: timeout required"));
19 return snooze(TICKS_2_USEC(timeout));
/haiku/src/preferences/notifications/
H A DGeneralView.cpp234 int32 timeout = fDurationSlider->Value(); local
235 settings.AddInt32(kTimeoutName, timeout);
270 int32 timeout = fDurationSlider->Value(); local
271 if (fOriginalTimeout != timeout)
306 int32 timeout = fDurationSlider->Value(); local
307 if (kDefaultTimeout != timeout)
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp186 TRACE_ALWAYS("device %d reset timeout\n", i);
326 fRequest->SetTimeout(ccb->timeout > 0 ? ccb->timeout * 1000 * 1000
421 bigtime_t timeout)
468 if (elapsedTime > timeout) {
469 TRACE("wait timeout after %lld, status 0x%02x\n",
542 ATAChannel::WaitForInterrupt(bigtime_t timeout) argument
544 TRACE_FUNCTION("timeout: %lld\n", timeout);
546 timeout);
420 Wait(uint8 setBits, uint8 clearedBits, uint32 flags, bigtime_t timeout) argument
758 bigtime_t timeout = request->Timeout(); local
[all...]
/haiku/src/kits/app/
H A DNotification.cpp448 BNotification::Send(bigtime_t timeout) argument
456 if (ret == B_OK && timeout > 0)
457 ret = msg.AddInt64("timeout", timeout);
/haiku/src/kits/media/
H A DSharedBufferList.cpp250 size_t size, media_buffer_id wantID, BBuffer** _buffer, bigtime_t timeout)
265 if (timeout <= 0) {
266 timeout = 0;
268 } else if (timeout == B_INFINITE_TIMEOUT) {
271 timeout += system_time();
283 timeout);
249 RequestBuffer(sem_id groupReclaimSem, int32 buffersInGroup, size_t size, media_buffer_id wantID, BBuffer** _buffer, bigtime_t timeout) argument
/haiku/headers/private/media/
H A DSharedBufferList.h45 bigtime_t timeout);
/haiku/src/apps/text_search/
H A DGrepper.cpp370 struct timeval timeout = { 0, 100000 }; local
398 int result = select(maxfd + 1, &readSet, NULL, NULL, &timeout);
402 // timeout, but meanwhile fMustQuit was changed maybe...
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dusb-io.h94 uint32_t timeout, void* data,
99 size_t data_len, size_t timeout,
111 size_t* data_len, size_t timeout,
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp361 bigtime_t timeout = 500000; local
363 timeout);
/haiku/src/libs/glut/
H A DglutEvent.cpp34 bigtime_t timeout; // time to be called member in struct:GLUTtimer
71 timer->timeout = system_time() + (interval*1000); // 1000 ticks in a millisecond
74 while (other && (other->timeout < timer->timeout)) {
96 while (__glutTimerList->timeout <= now) {
298 * DESCRIPTION: use gBlock to wait for a new event or timeout
303 bigtime_t timeout = __glutTimerList->timeout; local
309 if(timeout>now)
310 gBlock.WaitEvent(timeout
[all...]
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIRequest.cpp55 VirtioSCSIRequest::SetTimeout(bigtime_t timeout) argument
57 fTimeout = timeout;
/haiku/src/apps/installer/
H A DBlockingQueue.h31 bigtime_t timeout = B_INFINITE_TIMEOUT);
110 BlockingQueue<Element>::Pop(Element** element, bigtime_t timeout) argument
113 timeout);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockingQueue.h28 bigtime_t timeout = B_INFINITE_TIMEOUT);
105 BlockingQueue<Element>::Pop(Element** element, bigtime_t timeout) argument
108 timeout);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp81 "data write err","bus reset","timeout","tcode err",
754 sc->fc.timeout = fwohci_timeout;
1188 * transcation timeout for ACKPEND case.
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c545 uint32 timeout = 0; local
558 while ((!(ISARB(INSTAT1) & 0x08)) && (timeout < (25000/4)))
561 timeout++;
563 /* now wait until retrace ends (with timeout) */
564 timeout = 0;
565 while ((ISARB(INSTAT1) & 0x08) && (timeout < (25000/4)))
568 timeout++;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dvip.c310 RADEON_VIPH_CONTROL_VIPH_DMA_MODE | RADEON_VIPH_CONTROL_VIPH_EN ); // slowest, timeout in 16 phases
323 RADEON_VIPH_CONTROL_VIPH_DMA_MODE | RADEON_VIPH_CONTROL_VIPH_EN ); // slowest, timeout in 16 phases
349 uint32 timeout; local
354 timeout = INREG( regs, RADEON_VIPH_TIMEOUT_STAT );
355 if( (timeout & RADEON_VIPH_TIMEOUT_STAT_VIPH_REG_STAT) != 0 )
358 (timeout & 0xffffff00) | RADEON_VIPH_TIMEOUT_STAT_VIPH_REG_AK);
367 uint32 timeout; local
369 timeout = INREG( regs, RADEON_VIPH_TIMEOUT_STAT);
370 if((timeout & 0x0000000f) & channel) /* lockup ?? */
372 OUTREG( regs, RADEON_VIPH_TIMEOUT_STAT, (timeout
[all...]
H A Ddriver.c467 min( wvc->timeout, 1000000 ));

Completed in 125 milliseconds

1234567891011>>