Searched refs:existing_ev (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.c | 927 struct event ev, sig_ev, usr_ev, existing_ev; in test_fork() local 958 evsignal_set(&existing_ev, SIGUSR2, fork_signal_cb, &existing_ev); in test_fork() 959 evsignal_add(&existing_ev, NULL); in test_fork()
|
/freebsd/contrib/libevent/test/ |
H A D | regress.c | 927 struct event ev, sig_ev, usr_ev, existing_ev; in test_fork() local 958 evsignal_set(&existing_ev, SIGUSR2, fork_signal_cb, &existing_ev); in test_fork() 959 evsignal_add(&existing_ev, NULL); in test_fork()
|