Searched refs:_prod_can_take_mtx (Results 1 – 1 of 1) sorted by relevance
23 static struct rt_semaphore _prod_can_take_mtx; variable71 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