Searched refs:w_sigint (Results 1 – 5 of 5) sorted by relevance
129 struct ev_signal *w_sigint = &context->pt[tsi].w_sigint.ev.watcher; in elops_init_pt_ev() local170 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()
217 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()
485 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()
234 context->pt[n].w_sigint.context = context; in elops_init_context_glib()
448 struct lws_signal_watcher w_sigint; member