Home
last modified time | relevance | path

Searched refs:pending_ms (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dselect.c275 int pending_ms; in Curl_poll() local
312 pending_ms = (int)timeout_ms; in Curl_poll()
314 pending_ms = -1; in Curl_poll()
316 pending_ms = 0; in Curl_poll()
317 r = poll(ufds, nfds, pending_ms); in Curl_poll()
/third_party/curl/tests/server/
H A Dutil.c237 int pending_ms; in wait_ms() local
252 pending_ms = timeout_ms; in wait_ms()
257 r = poll(NULL, 0, pending_ms); in wait_ms()
259 pending_tv.tv_sec = pending_ms / 1000; in wait_ms()
260 pending_tv.tv_usec = (pending_ms % 1000) * 1000; in wait_ms()
268 pending_ms = timeout_ms - (int)timediff(tvnow(), initial_tv); in wait_ms()
269 if(pending_ms <= 0) in wait_ms()

Completed in 2 milliseconds