Home
last modified time | relevance | path

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

/lighttpd1.4/doc/outdated/
H A Dstate.txt36 init the read-idle timer
62 As soon as the connection is set up we init the read-timer in 'reqstart'
/lighttpd1.4/src/
H A Dserver.c1113 unsigned int timer = 0; in server_main_setup_workers() local
1147 if (!timer) alarm((timer = 5)); in server_main_setup_workers()
1152 case -1: if (!timer) alarm((timer = 5)); in server_main_setup_workers()
1183 timer = 0; in server_main_setup_workers()
/lighttpd1.4/
H A DNEWS1788 * [core] fdevent_poll() is effective periodic timer
2343 * [core] move interval timer near worker event loop