OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:waittv
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/testcode/
dohclient.c
261
struct timeval tv, *
waittv
;
variable in typeref:struct:
271
waittv
= NULL;
273
waittv
= &tv;
277
r = select(h2_session->fd+1, &rfd, NULL, NULL,
waittv
);
streamtcp.c
382
struct timeval tv, *
waittv
;
local
389
if(wait_all)
waittv
= NULL;
390
else
waittv
= &tv;
391
ret = select(fd+1, &rfd, NULL, NULL,
waittv
);
/src/external/bsd/fetch/dist/libfetch/
common.c
592
struct timeval
waittv
, now;
595
waittv
.tv_sec = timeout_end.tv_sec - now.tv_sec;
596
waittv
.tv_usec = timeout_end.tv_usec - now.tv_usec;
597
if (
waittv
.tv_usec < 0) {
598
waittv
.tv_usec += 1000000;
599
waittv
.tv_sec--;
601
if (
waittv
.tv_sec < 0) {
607
r = select(conn->sd + 1, &readfds, NULL, NULL, &
waittv
);
721
struct timeval now, timeout,
waittv
;
local
748
waittv
.tv_sec = timeout.tv_sec - now.tv_sec
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026