Searched refs:lost_target_sem (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 157 static struct k_sem lost_target_sem; variable 166 k_sem_give(&lost_target_sem); in blob_cli_lost_target() 401 k_sem_init(&lost_target_sem, 0, 1); in cli_caps_common_procedure() 409 if (k_sem_take(&lost_target_sem, K_SECONDS(60))) { in cli_caps_common_procedure() 478 k_sem_init(&lost_target_sem, 0, 1); in test_cli_caps_cancelled() 516 if (k_sem_take(&lost_target_sem, K_NO_WAIT)) { in test_cli_caps_cancelled() 673 k_sem_init(&lost_target_sem, 0, 1); in test_cli_broadcast_trans() 695 if (k_sem_take(&lost_target_sem, K_NO_WAIT)) { in test_cli_broadcast_trans() 716 if (!k_sem_take(&lost_target_sem, K_NO_WAIT)) { in test_cli_broadcast_trans() 742 if (!k_sem_take(&lost_target_sem, K_NO_WAIT)) { in test_cli_broadcast_trans() [all …]
|
D | test_dfu.c | 919 static struct k_sem lost_target_sem; variable 927 k_sem_give(&lost_target_sem); in dfu_cli_lost_target() 1074 if (k_sem_take(&lost_target_sem, K_NO_WAIT)) { in test_cli_fail_on_persistency() 1623 k_sem_init(&lost_target_sem, 0, 1); in test_pre_init()
|