Home
last modified time | relevance | path

Searched refs:SEMAPHORE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c25 #define SEMAPHORE_TIMEOUT 250 /* seconds */ macro
1019 if (k_sem_take(&dfu_ended, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_fail_on_persistency()
1053 if (k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_fail_on_persistency()
1066 if (k_sem_take(&dfu_cli_confirmed_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_fail_on_persistency()
1099 if (k_sem_take(&dfu_ended, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_all_targets_lost_common()
1190 if (!k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_all_targets_lost_on_apply()
1221 if (k_sem_take(&dfu_started, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_stop()
1237 if (k_sem_take(&dfu_verifying, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_stop()
1256 if (k_sem_take(&dfu_verify_failed, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_stop()
1272 if (k_sem_take(&dfu_ended, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_stop()
[all …]