Searched refs:w_sigint (Results 1 – 7 of 7) sorted by relevance
162 struct ev_signal *w_sigint = &ptpr->w_sigint.watcher; in elops_init_pt_ev() local189 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()
45 struct lws_signal_watcher_libev w_sigint; member
164 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()
36 struct lws_signal_watcher_libevent w_sigint; member
63 struct lws_signal_watcher_libuv w_sigint; member
364 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()
111 struct lws_signal_watcher_libuv w_sigint;