Searched defs:timeout (Results 1 - 25 of 152) sorted by relevance

1234567

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcmon.h55 RCMonitor(); /* timeout is infinity */
64 virtual void Wait(); /* applies object's timeout */
66 virtual void SetTimeout(const RCInterval& timeout);
70 RCInterval timeout; local
H A Drccv.h47 ** same semantics. But if an application wishes to modify the timeout with
51 ** The default timeout is infinity.
70 virtual PRStatus Wait(); /* applies object's current timeout */
76 /* set object's current timeout value */
80 RCInterval timeout; local
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dselintr.c42 * restarted with the originally specified timeout, ignoring
67 struct timeval timeout; local
73 /* 2 seconds timeout */
74 timeout.tv_sec = 2;
75 timeout.tv_usec = 0;
76 rv = select(1, NULL, NULL, NULL, &timeout);
H A Dprpollml.c61 PRIntervalTime timeout; local
63 timeout = PR_MillisecondsToInterval(10);
66 rv = PR_Poll(pd, i, timeout);
76 rv = PR_Poll(pd, i, timeout);
H A Dsleep.c77 struct timeval timein, timeout; local
84 (void)GTOD(&timeout);
86 elapsed = 1000000UL * (timeout.tv_sec - timein.tv_sec);
87 elapsed += (timeout.tv_usec - timein.tv_usec);
98 (void)GTOD(&timeout);
100 elapsed = 1000000UL * (timeout.tv_sec - timein.tv_sec);
101 elapsed += (timeout.tv_usec - timein.tv_usec);
114 (void)GTOD(&timeout);
118 elapsed = 1000000UL * (timeout.tv_sec - timein.tv_sec);
119 elapsed += (timeout
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dparallel.c48 uint16_t addr,timeout; local
55 timeout = read_byte(0x0040, 0x0078 + regs.u.r16.dx) << 8;
61 while (((inb(addr+1) & 0x40) == 0x40) && (timeout)) {
62 timeout--;
72 if (!timeout) regs.u.r8.ah |= 0x01;
H A Dserial.c49 uint8_t timeout; local
54 timeout = read_byte(0x0040, 0x007C + regs.u.r16.dx);
74 while (((inb(addr+5) & 0x60) != 0x60) && (timeout)) {
78 timeout--;
81 if (timeout) outb(addr, regs.u.r8.al);
83 if (!timeout) regs.u.r8.ah |= 0x80;
88 while (((inb(addr+5) & 0x01) == 0) && (timeout)) {
92 timeout--;
95 if (timeout) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Daixwrap.c60 int _MD_POLL(void *listptr, unsigned long nfds, long timeout) argument
62 return poll(listptr, nfds, timeout);
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.h74 struct event timeout; member in struct:request
81 * to connect server, timeout function should change
/vbox/src/VBox/NetworkServices/NAT/
H A DRTWinPoll.cpp35 RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready) argument
84 timeout == RT_INDEFINITE_WAIT ? WSA_INFINITE : timeout,
/vbox/src/VBox/Additions/x11/x11include/libXext-1.3.1/X11/extensions/
H A Dsecurity.h50 unsigned int timeout; member in struct:__anon3599
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dinterval.cpp57 RCInterval now, timeout, epoch, elapsed; local
64 timeout = RCInterval::FromSeconds(seconds);
65 cv.SetTimeout(timeout);
80 seconds, ((elapsed < timeout)? "**" : ""),
87 timeout = RCInterval::FromSeconds(seconds);
91 rv = RCThread::Sleep(timeout);
100 seconds, ((elapsed < timeout)? "**" : ""),
107 timeout = RCInterval::FromMilliseconds(msecs);
108 cv.SetTimeout(timeout);
127 msecs, ((elapsed < timeout)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dsecuritysrv.h65 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon6850
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dsecuritysrv.h65 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon7169
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon7476
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon7849
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon8203
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon8520
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon8839
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon9153
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon9473
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon4999
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon5311
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dsecuritysrv.h66 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon5623
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dsecuritysrv.h65 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon5934

Completed in 164 milliseconds

1234567