Home | History | Annotate | Download | only in test

Lines Matching full:evsig

3290 	struct event *evsig = NULL;
3317 evsig = event_new(base, SIGHUP, EV_SIGNAL, tabf_cb, &es);
3318 tt_assert(evsig);
3319 event_add(evsig, &tenmin);
3360 if (evsig)
3361 event_free(evsig);