Searched refs:_cons_can_take_mtx (Results 1 – 1 of 1) sorted by relevance
22 static struct rt_semaphore _cons_can_take_mtx; variable94 rt_sem_release(&_cons_can_take_mtx); in _producer_entry()118 error = rt_sem_take(&_cons_can_take_mtx, RT_WAITING_FOREVER); in _consumer_entry()213 rt_sem_init(&_cons_can_take_mtx, "test", 0, RT_IPC_FLAG_PRIO); in utest_tc_init()222 rt_sem_detach(&_cons_can_take_mtx); in utest_tc_cleanup()
Completed in 4 milliseconds