Home
last modified time | relevance | path

Searched refs:timeout_watcher (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/plugin-standalone/
H A Dprotocol_example_standalone.c38 uv_timer_t timeout_watcher; member
56 struct per_vhost_data__dumb_increment, timeout_watcher); in uv_timeout_cb_dumb_increment()
83 &vhd->timeout_watcher); in callback_dumb_increment()
84 uv_timer_start(&vhd->timeout_watcher, in callback_dumb_increment()
91 uv_timer_stop(&vhd->timeout_watcher); in callback_dumb_increment()
/third_party/nghttp2/src/
H A Dh2load.cc1576 ev_timer_init(&timeout_watcher, rate_period_timeout_w_cb, 0., in Worker()
1578 timeout_watcher.data = this; in Worker()
1605 ev_timer_stop(loop, &timeout_watcher); in ~Worker()
1649 ev_timer_again(loop, &timeout_watcher); in run()
1652 rate_period_timeout_w_cb(loop, &timeout_watcher, 0); in run()
1655 rate_period_timeout_w_cb(loop, &timeout_watcher, 0); in run()
H A Dh2load.h296 ev_timer timeout_watcher; member

Completed in 6 milliseconds