Searched refs:tvp (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | os.c | 64 struct timeval tv, *tvp; local 72 tvp = NULL; 76 tvp = &tv; 78 n = select(maxfd + 1, &read_fds, NULL, NULL, tvp); 99 struct timeval tv, *tvp; local 114 tvp = NULL; 118 tvp = &tv; 120 n = select(maxfd + 1, &read_fds, NULL, NULL, tvp);
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | mutex.c | 30 #define timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0)
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 445 struct timeval tv, *tvp; local 467 tvp = &tv; 472 tvp = NULL; 482 tvp = &tv; 487 n = isc__socketmgr_waitevents(ctx->socketmgr, tvp, &swait);
|
H A D | socket.c | 6448 isc__socketmgr_waitevents(isc_socketmgr_t *manager0, struct timeval *tvp, argument 6475 if (tvp != NULL) { 6476 ts.tv_sec = tvp->tv_sec; 6477 ts.tv_nsec = tvp->tv_usec * 1000; 6486 if (tvp != NULL) 6487 timeout = tvp->tv_sec * 1000 + (tvp->tv_usec + 999) / 1000; 6510 if (tvp != NULL) { 6511 dvp.dp_timeout = tvp->tv_sec * 1000 + 6512 (tvp [all...] |
Completed in 29 milliseconds