Home | History | Annotate | Download | only in utils

Lines Matching full:timeout

59  * eloop_timeout_handler - eloop timeout event callback type
174 * eloop_register_timeout - Register timeout
175 * @secs: Number of seconds to the timeout
176 * @usecs: Number of microseconds to the timeout
177 * @handler: Callback function to be called when timeout occurs
182 * Register a timeout that will cause the handler function to be called after
204 * eloop_is_timeout_registered - Check if a timeout is already registered
208 * Returns: 1 if the timeout is registered, 0 if the timeout is not registered
210 * Determine if a matching <handler,eloop_data,user_data> timeout is registered