Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dfdevent_select.c61 struct timeval tv; in fdevent_select_poll() local
63 tv.tv_sec = timeout_ms / 1000; in fdevent_select_poll()
64 tv.tv_usec = (timeout_ms % 1000) * 1000; in fdevent_select_poll()
70 …n select(ev->select_max_fd + 1, &(ev->select_read), &(ev->select_write), &(ev->select_error), &tv); in fdevent_select_poll()
H A Dmod_scgi.c650 struct timeval tv = { 0, 100 * 1000 }; in scgi_spawn_connection() local
860 select(0, NULL, NULL, NULL, &tv); in scgi_spawn_connection()
H A Dmod_fastcgi.c853 struct timeval tv = { 0, 100 * 1000 }; in fcgi_spawn_connection() local
1091 select(0, NULL, NULL, NULL, &tv); in fcgi_spawn_connection()