Home
last modified time | relevance | path

Searched refs:pending_tv (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dselect.c97 struct timeval pending_tv; in Curl_wait_ms() local
98 r = select(0, NULL, NULL, NULL, curlx_mstotv(&pending_tv, timeout_ms)); in Curl_wait_ms()
130 struct timeval pending_tv; in our_select() local
143 ptimeout = curlx_mstotv(&pending_tv, timeout_ms); in our_select()
/curl/tests/server/
H A Dutil.c234 struct timeval pending_tv; in wait_ms() local
259 pending_tv.tv_sec = pending_ms / 1000; in wait_ms()
260 pending_tv.tv_usec = (pending_ms % 1000) * 1000; in wait_ms()
261 r = select(0, NULL, NULL, NULL, &pending_tv); in wait_ms()

Completed in 8 milliseconds