Searched refs:evsignal_caught (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/pf/libevent/
H A Dsignal.c58 volatile sig_atomic_t evsignal_caught = 0; variable
156 evsignal_caught = 1;
169 evsignal_caught = 0;
H A Dpoll.c57 extern volatile sig_atomic_t evsignal_caught;
169 } else if (evsignal_caught)
H A Dselect.c60 extern volatile sig_atomic_t evsignal_caught;
179 } else if (evsignal_caught)

Completed in 152 milliseconds