Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libevent/test/
H A Dregress.c1094 struct event ev_one, ev_two; in test_multiplesignal() local
1102 evsignal_set(&ev_two, SIGALRM, signal_cb, &ev_two); in test_multiplesignal()
1103 evsignal_add(&ev_two, NULL); in test_multiplesignal()
1116 if (evsignal_del(&ev_two) == -1) in test_multiplesignal()
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress.c991 struct event ev_one, ev_two; in test_multiplesignal() local
999 evsignal_set(&ev_two, SIGALRM, signal_cb, &ev_two); in test_multiplesignal()
1000 evsignal_add(&ev_two, NULL); in test_multiplesignal()
1013 if (evsignal_del(&ev_two) == -1) in test_multiplesignal()