Lines Matching full:signal
66 * eloop_signal_handler - eloop signal event callback type
67 * @sig: Signal number
79 * @user_data: Pointer to global data passed as eloop_ctx to signal handlers
84 * passed as eloop_ctx parameter to signal handlers.
224 * @sig: Signal number (e.g., SIGHUP)
225 * @handler: Callback function to be called when the signal is received
229 * Register a callback function that will be called when a signal is received.
230 * The callback function is actually called only after the system signal
237 * eloop_init() will be used as eloop_ctx for signal handlers.
244 * @handler: Callback function to be called when the signal is received
249 * signal is received. The callback function is actually called only after the
250 * system signal handler has returned. This means that the normal limits for
256 * eloop_init() will be used as eloop_ctx for signal handlers.
260 * implementation. In case of operating systems using signal(), this function
268 * @handler: Callback function to be called when the signal is received
273 * hangup signal is received. The callback function is actually called only
274 * after the system signal handler has returned. This means that the normal
280 * eloop_init() will be used as eloop_ctx for signal handlers.
284 * implementation. In case of operating systems using signal(), this function