Searched refs:evsig_base_fd (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dsignal.c112 static evutil_socket_t evsig_base_fd = -1; variable
125 evsig_base_fd = base->sig.ev_signal_pair[1];
298 evsig_base_fd = base->sig.ev_signal_pair[1];
399 send(evsig_base_fd, (char*)&msg, 1, 0);
402 int r = write(evsig_base_fd, (char*)&msg, 1);
432 evsig_base_fd = -1;
/freebsd-12-stable/contrib/libevent/
H A Dsignal.c112 static evutil_socket_t evsig_base_fd = -1; variable
125 evsig_base_fd = base->sig.ev_signal_pair[1];
298 evsig_base_fd = base->sig.ev_signal_pair[1];
399 send(evsig_base_fd, (char*)&msg, 1, 0);
402 int r = write(evsig_base_fd, (char*)&msg, 1);
432 evsig_base_fd = -1;

Completed in 101 milliseconds