Searched refs:first_block_wr_sem (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 68 static struct k_sem first_block_wr_sem; variable 90 k_sem_give(&first_block_wr_sem); in blob_chunk_wr() 954 k_sem_init(&first_block_wr_sem, 0, 1); in test_srv_trans_complete() 1045 k_sem_init(&first_block_wr_sem, 0, 1); in test_srv_trans_resume() 1058 if (k_sem_take(&first_block_wr_sem, K_SECONDS(180))) { in test_srv_trans_resume() 1143 k_sem_init(&first_block_wr_sem, 0, 1); in srv_pull_mode_setup() 1164 if (k_sem_take(&first_block_wr_sem, K_SECONDS(100))) { in test_srv_trans_persistency_pull() 1277 k_sem_init(&first_block_wr_sem, 0, 1); in common_fail_on_srv_init() 1544 k_sem_init(&first_block_wr_sem, 0, 1); in test_srv_stop()
|