Searched refs:EVENT_SIGNAL (Results 1 – 7 of 7) sorted by relevance
118 evsignal = EVENT_SIGNAL(ev); in evsignal_add()145 evsignal = EVENT_SIGNAL(ev); in evsignal_del()171 ncalls = evsigcaught[EVENT_SIGNAL(ev)]; in evsignal_process()176 evsigcaught[EVENT_SIGNAL(ev)] = 0; in evsignal_process()
289 int nsignal = EVENT_SIGNAL(ev); in kq_add()356 int nsignal = EVENT_SIGNAL(ev); in kq_del()
103 #define EVENT_SIGNAL(ev) (int)(ev)->ev_fd macro
223 #define EVENT_SIGNAL(ev) event_get_signal(ev) macro
890 o Deprecate EVENT_FD and EVENT_SIGNAL. (f6b2694)1222 …o turn event_initialized() into a function, and add function equivalents to EVENT_SIGNAL and EVENT…