Home
last modified time | relevance | path

Searched refs:timeout_watcher (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/plugin-standalone/
Dprotocol_example_standalone.c32 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/
Dh2load.h265 ev_timer timeout_watcher; member
Dh2load.cc1290 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/
DREADME.md63 uv_timer_t timeout_watcher;