eloop_is_timeout_registered() function
eloop_is_timeout_registered - Check if a timeout is already registered @handler: Matching callback function @eloop_data: Matching eloop_data @user_data: Matching user_data Returns: 1 if the timeout is registered, 0 if the timeout is not registered Determine if a matching timeout is registered with eloop_register_timeout().