Searched refs:commands_pending_response_lock (Results 1 – 1 of 1) sorted by relevance
135 static pthread_mutex_t commands_pending_response_lock; variable176 pthread_mutex_init(&commands_pending_response_lock, NULL); in start_up()304 pthread_mutex_destroy(&commands_pending_response_lock); in shut_down()415 pthread_mutex_lock(&commands_pending_response_lock); in firmware_config_callback()419 pthread_mutex_unlock(&commands_pending_response_lock); in firmware_config_callback()427 pthread_mutex_unlock(&commands_pending_response_lock); in firmware_config_callback()433 pthread_mutex_lock(&commands_pending_response_lock); in startup_timer_expired()436 pthread_mutex_unlock(&commands_pending_response_lock); in startup_timer_expired()480 pthread_mutex_lock(&commands_pending_response_lock); in event_command_ready()482 pthread_mutex_unlock(&commands_pending_response_lock); in event_command_ready()[all …]