Searched refs:command_response_timer (Results 1 – 1 of 1) sorted by relevance
134 static non_repeating_timer_t *command_response_timer; variable200 …command_response_timer = non_repeating_timer_new(COMMAND_PENDING_TIMEOUT, command_timed_out, NULL); in start_up()201 if (!command_response_timer) { in start_up()299 non_repeating_timer_free(command_response_timer); in shut_down()303 command_response_timer = NULL; in shut_down()469 … non_repeating_timer_restart_if(command_response_timer, !list_is_empty(commands_pending_response)); in event_command_ready()674 non_repeating_timer_restart_if(command_response_timer, !list_is_empty(commands_pending_response)); in filter_incoming_event()