Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/rtos/
A Dvg_lite_os.c54 rt_sem_t command_semaphore = NULL; variable
85 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