Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.h306 ev_timer duration_watcher; member
Dh2load.cc331 ev_timer_start(worker->loop, &worker->duration_watcher); in warmup_timeout_cb()
1581 ev_timer_init(&duration_watcher, duration_timeout_cb, config->duration, 0.); in Worker()
1582 duration_watcher.data = this; in Worker()
1596 ev_timer_stop(loop, &duration_watcher); in ~Worker()