Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/trickle/src/
Dmain.c40 static struct k_sem wait2; variable
80 k_sem_give(&wait2); in cb_2()
170 k_sem_take(&wait2, WAIT_TIME); in test_trickle_2_wait()
198 k_sem_init(&wait2, 0, UINT_MAX); in test_init()