Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dsched_timed_mtx_tc.c23 static struct rt_semaphore _prod_can_take_mtx; variable
71 error = rt_sem_take(&_prod_can_take_mtx, RT_WAITING_FOREVER); in _producer_entry()
158 rt_sem_release(&_prod_can_take_mtx); in _consumer_entry()
214 rt_sem_init(&_prod_can_take_mtx, "test", 1, RT_IPC_FLAG_PRIO); in utest_tc_init()
223 rt_sem_detach(&_prod_can_take_mtx); in utest_tc_cleanup()

Completed in 4 milliseconds