Home
last modified time | relevance | path

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

/external/libwebsockets/lib/event-libs/libev/
Dlibev.c129 struct ev_signal *w_sigint = &context->pt[tsi].w_sigint.ev.watcher; in elops_init_pt_ev() local
170 ev_signal_init(w_sigint, lws_ev_sigint_cb, SIGINT); in elops_init_pt_ev()
171 w_sigint->data = context; in elops_init_pt_ev()
172 ev_signal_start(loop, w_sigint); in elops_init_pt_ev()
239 ev_signal_stop(pt->ev.io_loop, &pt->w_sigint.ev.watcher); in elops_destroy_pt_ev()
254 context->pt[n].w_sigint.context = context; in elops_init_context_ev()
/external/libwebsockets/lib/event-libs/libevent/
Dlibevent.c217 pt->w_sigint.event.watcher = evsignal_new(loop, SIGINT, in elops_init_pt_event()
219 event_add(pt->w_sigint.event.watcher, NULL); in elops_init_pt_event()
233 context->pt[n].w_sigint.context = context; in elops_init_context_event()
327 event_del(pt->w_sigint.event.watcher); in elops_destroy_pt_event()
328 event_free(pt->w_sigint.event.watcher); in elops_destroy_pt_event()
/external/libwebsockets/lib/event-libs/libuv/
Dlibuv.c485 context->pt[n].w_sigint.context = context; in elops_init_context_uv()
754 uv_signal_stop(&pt->w_sigint.uv.watcher); in elops_destroy_pt_uv()
/external/libwebsockets/lib/event-libs/glib/
Dglib.c234 context->pt[n].w_sigint.context = context; in elops_init_context_glib()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h448 struct lws_signal_watcher w_sigint; member