Home
last modified time | relevance | path

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

/curl/lib/
H A Dselect.c94 struct timeval pending_tv; in Curl_wait_ms() local
95 r = select(0, NULL, NULL, NULL, curlx_mstotv(&pending_tv, timeout_ms)); in Curl_wait_ms()
126 struct timeval pending_tv; in our_select() local
139 ptimeout = curlx_mstotv(&pending_tv, timeout_ms); in our_select()
/curl/tests/server/
H A Dutil.c233 struct timeval pending_tv; in wait_ms() local
258 pending_tv.tv_sec = pending_ms / 1000; in wait_ms()
259 pending_tv.tv_usec = (pending_ms % 1000) * 1000; in wait_ms()
260 r = select(0, NULL, NULL, NULL, &pending_tv); in wait_ms()

Completed in 6 milliseconds