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

/httpd/server/mpm/motorz/
H A Dmotorz.h192 /** timer associated with the connection */
193 motorz_timer_t timer; member in struct:motorz_conn_t
H A Dmotorz.c85 if (scon->timer.expires) {
89 apr_skiplist_remove(mz->timer_ring, &scon->timer, NULL);
240 scon->timer.expires = 0;
295 motorz_timer_t *elem = &scon->timer;

Completed in 1268 milliseconds