Lines Matching full:events
35 * @param[in] fd - The file descriptor producing the events
36 * @param[in] events - The event mask passed which determines triggers
40 IO(const Event& event, int fd, uint32_t events, Callback&& callback);
73 /** @brief Gets the events mask used to determine what
74 * events trigger the callback action
77 * @return The events mask
81 /** @brief Sets the events mask used to determine what events
84 * @param[in] events - The events mask
87 void set_events(uint32_t events) const;
89 /** @brief Gets the events mask describing the events
93 * @return The events mask
113 * @param[in] fd - The file descriptor producing the events
114 * @param[in] events - The event mask passed which determines triggers
120 uint32_t events);