Searched refs:evsig (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.c | 3402 struct event *evsig = NULL; in test_active_by_fd() local 3429 evsig = event_new(base, SIGHUP, EV_SIGNAL, tabf_cb, &es); in test_active_by_fd() 3430 tt_assert(evsig); in test_active_by_fd() 3431 event_add(evsig, &tenmin); in test_active_by_fd() 3473 if (evsig) in test_active_by_fd() 3474 event_free(evsig); in test_active_by_fd()
|
/freebsd/contrib/libevent/test/ |
H A D | regress.c | 3402 struct event *evsig = NULL; in test_active_by_fd() local 3429 evsig = event_new(base, SIGHUP, EV_SIGNAL, tabf_cb, &es); in test_active_by_fd() 3430 tt_assert(evsig); in test_active_by_fd() 3431 event_add(evsig, &tenmin); in test_active_by_fd() 3473 if (evsig) in test_active_by_fd() 3474 event_free(evsig); in test_active_by_fd()
|