Searched refs:command_semaphore (Results 1 – 1 of 1) sorted by relevance
54 rt_sem_t command_semaphore = NULL; variable85 command_semaphore = rt_sem_create("cs", 0, RT_IPC_FLAG_PRIO); in command_queue()89 if (rt_sem_take((rt_sem_t)command_semaphore, RT_WAITING_FOREVER) == RT_EOK) { in command_queue()332 if(rt_sem_release(command_semaphore) != RT_EOK) in vg_lite_os_submit()
Completed in 5 milliseconds