Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.c3290 struct event *evsig = NULL; in test_active_by_fd() local
3317 evsig = event_new(base, SIGHUP, EV_SIGNAL, tabf_cb, &es); in test_active_by_fd()
3318 tt_assert(evsig); in test_active_by_fd()
3319 event_add(evsig, &tenmin); in test_active_by_fd()
3360 if (evsig) in test_active_by_fd()
3361 event_free(evsig); in test_active_by_fd()