Lines Matching full:triggered
231 * callbacks of an events whose conditions are triggered. When you
237 * "active" (one whose condition has triggered and whose callback is about
245 * condition has triggered, or when their timeout has elapsed. You can
254 * becomes non-pending as soon as it is triggered: thus, it only runs at
431 /** Require an event method that allows edge-triggered events with EV_ET. */
433 /** Require an event method where having one event triggered among
506 // We can't get edge-triggered behavior here.
745 /** Select edge-triggered behavior, if supported by the backend. */
806 event can be triggered only by a timeout or by manual activation with
813 only by certain backends. It tells Libevent to use edge-triggered
819 they must either all be edge-triggered, or all not be edge triggerd.
823 fd value. The second will be a bitfield of the events that triggered:
825 that a timeout occurred, and EV_ET indicates that an edge-triggered
898 Note that in Libevent 2.0 and earlier, if the event is never triggered,