Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.h307 ev_timer warmup_watcher; member
Dh2load.cc610 ev_timer_start(worker->loop, &worker->warmup_watcher); in connect()
1584 ev_timer_init(&warmup_watcher, warmup_timeout_cb, config->warm_up_time, 0.); in Worker()
1585 warmup_watcher.data = this; in Worker()
1597 ev_timer_stop(loop, &warmup_watcher); in ~Worker()