Searched refs:timeout_watcher (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/plugin-standalone/ |
D | protocol_example_standalone.c | 32 uv_timer_t timeout_watcher; member 50 struct per_vhost_data__dumb_increment, timeout_watcher); in uv_timeout_cb_dumb_increment() 77 &vhd->timeout_watcher); in callback_dumb_increment() 78 uv_timer_start(&vhd->timeout_watcher, in callback_dumb_increment() 85 uv_timer_stop(&vhd->timeout_watcher); in callback_dumb_increment()
|
/third_party/nghttp2/src/ |
D | h2load.h | 265 ev_timer timeout_watcher; member
|
D | h2load.cc | 1290 ev_timer_init(&timeout_watcher, rate_period_timeout_w_cb, 0., in Worker() 1292 timeout_watcher.data = this; in Worker() 1319 ev_timer_stop(loop, &timeout_watcher); in ~Worker() 1363 ev_timer_again(loop, &timeout_watcher); in run() 1366 rate_period_timeout_w_cb(loop, &timeout_watcher, 0); in run() 1369 rate_period_timeout_w_cb(loop, &timeout_watcher, 0); in run()
|
/third_party/libwebsockets/lib/event-libs/ |
D | README.md | 63 uv_timer_t timeout_watcher;
|