Lines Matching full:called
72 * This function must be called before any other eloop_* function.
79 * @handler: Callback function to be called when data is available for reading
85 * function will be called whenever data is available for reading from the
106 * @handler: Callback function to be called when the event is triggered
112 * handler function will be called whenever the that event is triggered for the
135 * @handler: Callback function to be called when event is triggered
144 * function will be called whenever the event is triggered. The handler
171 * @handler: Callback function to be called when timeout occurs
176 * Register a timeout that will cause the handler function to be called after
262 * @handler: Callback function to be called when the signal is received
266 * Register a callback function that will be called when a signal is received.
267 * The callback function is actually called only after the system signal
277 * @handler: Callback function to be called when the signal is received
281 * Register a callback function that will be called when a process termination
282 * signal is received. The callback function is actually called only after the
297 * @handler: Callback function to be called when the signal is received
301 * Register a callback function that will be called when a reconfiguration /
302 * hangup signal is received. The callback function is actually called only
343 * After calling eloop_destroy(), other eloop_* functions must not be called
352 * This function can be used to check whether eloop_terminate() has been called
355 * called.