Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_backend_ipc.c101 static K_SEM_DEFINE(send_sem, 0, RING_BUFFER_LEN);
134 k_sem_give(&send_sem); in spinel_packet_from_thread_send()
142 k_sem_take(&send_sem, K_FOREVER); in spinel_packet_send_thread_fn()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_suspend.c338 struct k_sem send_sem; in dut_gatt_common() local
340 k_sem_init(&send_sem, 0, 1); in dut_gatt_common()
364 &send_sem); in dut_gatt_common()
365 ASSERT_OK(k_sem_take(&send_sem, K_MSEC(200))); in dut_gatt_common()
/Zephyr-latest/tests/net/socket/misc/src/
Dmain.c121 static ZTEST_BMEM struct sys_sem send_sem; variable
135 sys_sem_give(&send_sem); in dummy_send()
227 sys_sem_init(&send_sem, 0, 1); in test_so_bindtodevice()
239 ret = sys_sem_take(&send_sem, K_MSEC(100)); in test_so_bindtodevice()
252 sys_sem_init(&send_sem, 0, 1); in test_so_bindtodevice()
264 ret = sys_sem_take(&send_sem, K_MSEC(100)); in test_so_bindtodevice()
290 sys_sem_init(&send_sem, 0, 1); in test_so_bindtodevice()
302 ret = sys_sem_take(&send_sem, K_MSEC(100)); in test_so_bindtodevice()