Lines Matching full:eloop
16 * (e.g., a new packet available for reading), and signals. eloop.c is an
32 * eloop_event_type - eloop socket event type for eloop_register_sock()
44 * eloop_sock_handler - eloop socket event callback type
52 * eloop_event_handler - eloop generic event callback type
59 * eloop_timeout_handler - eloop timeout event callback type
66 * eloop_signal_handler - eloop signal event callback type
99 * having processed it in order to avoid eloop from calling the handler again
126 * having processed it in order to avoid eloop from calling the handler again
145 * @event: Event to wait (eloop implementation specific)
153 * register eloop implementation specific events which are mainly targetted for
158 * order to avoid eloop from calling the handler again for the same event.
171 * @event: Event to cancel (eloop implementation specific)
259 * the knowledge of exact details of the signals is hidden in eloop
283 * the knowledge of exact details of the signals is hidden in eloop