Home
last modified time | relevance | path

Searched refs:w_sigint (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c162 struct ev_signal *w_sigint = &ptpr->w_sigint.watcher; in elops_init_pt_ev() local
189 ev_signal_init(w_sigint, lws_ev_sigint_cb, SIGINT); in elops_init_pt_ev()
190 w_sigint->data = context; in elops_init_pt_ev()
191 ev_signal_start(loop, w_sigint); in elops_init_pt_ev()
268 ev_signal_stop(ptpr->io_loop, &ptpr->w_sigint.watcher); in elops_destroy_pt_ev()
280 pt_to_priv_ev(&context->pt[n])->w_sigint.context = context; in elops_init_context_ev()
Dprivate-lib-event-libs-libev.h45 struct lws_signal_watcher_libev w_sigint; member
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c164 struct event *signal = pt_to_priv_event(pt)->w_sigint.watcher; in lws_event_sigint_cb()
238 ptpr->w_sigint.watcher = evsignal_new(loop, SIGINT, in elops_init_pt_event()
240 event_add(ptpr->w_sigint.watcher, NULL); in elops_init_pt_event()
254 pt_to_priv_event(&context->pt[n])->w_sigint.context = context; in elops_init_context_event()
363 event_del(ptpr->w_sigint.watcher); in elops_destroy_pt_event()
364 event_free(ptpr->w_sigint.watcher); in elops_destroy_pt_event()
Dprivate-lib-event-libs-libevent.h36 struct lws_signal_watcher_libevent w_sigint; member
/third_party/libwebsockets/lib/event-libs/libuv/
Dprivate-lib-event-libs-libuv.h63 struct lws_signal_watcher_libuv w_sigint; member
Dlibuv.c364 pt_to_priv_uv(&context->pt[n])->w_sigint.context = context; in elops_init_context_uv()
675 uv_signal_stop(&pt_to_priv_uv(pt)->w_sigint.watcher); in elops_destroy_pt_uv()
/third_party/libwebsockets/lib/event-libs/
DREADME.md111 struct lws_signal_watcher_libuv w_sigint;