Searched refs:commands_pending_response_lock (Results 1 – 1 of 1) sorted by relevance
137 static pthread_mutex_t commands_pending_response_lock; variable178 pthread_mutex_init(&commands_pending_response_lock, NULL); in start_up()306 pthread_mutex_destroy(&commands_pending_response_lock); in shut_down()417 pthread_mutex_lock(&commands_pending_response_lock); in firmware_config_callback()421 pthread_mutex_unlock(&commands_pending_response_lock); in firmware_config_callback()429 pthread_mutex_unlock(&commands_pending_response_lock); in firmware_config_callback()435 pthread_mutex_lock(&commands_pending_response_lock); in startup_timer_expired()438 pthread_mutex_unlock(&commands_pending_response_lock); in startup_timer_expired()482 pthread_mutex_lock(&commands_pending_response_lock); in event_command_ready()484 pthread_mutex_unlock(&commands_pending_response_lock); in event_command_ready()[all …]