Searched refs:dfu_cli_applied_sem (Results 1 – 1 of 1) sorted by relevance
905 static struct k_sem dfu_cli_applied_sem; variable909 k_sem_give(&dfu_cli_applied_sem); in dfu_cli_applied()1053 if (k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_fail_on_persistency()1190 if (!k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_all_targets_lost_on_apply()1277 if (k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_stop()1621 k_sem_init(&dfu_cli_applied_sem, 0, 1); in test_pre_init()