Searched refs:blob_cli_suspend_sem (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 170 static struct k_sem blob_cli_suspend_sem; variable 174 k_sem_give(&blob_cli_suspend_sem); in blob_cli_suspended() 920 k_sem_init(&blob_cli_suspend_sem, 0, 1); in test_cli_trans_complete() 989 k_sem_init(&blob_cli_suspend_sem, 0, 1); in test_cli_trans_resume() 1014 if (k_sem_take(&blob_cli_suspend_sem, K_SECONDS(500))) { in test_cli_trans_resume() 1100 k_sem_init(&blob_cli_suspend_sem, 0, 1); in cli_pull_mode_setup() 1219 k_sem_init(&blob_cli_suspend_sem, 0, 1); in cli_common_fail_on_init() 1390 if (k_sem_take(&blob_cli_suspend_sem, K_SECONDS(750))) { in test_cli_fail_on_no_rsp() 1451 k_sem_init(&blob_cli_suspend_sem, 0, 1); in test_cli_stop() 1471 if (k_sem_take(&blob_cli_suspend_sem, K_SECONDS(750))) { in test_cli_stop() [all …]
|