Home
last modified time | relevance | path

Searched refs:semaVal (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Semaphore.c123 int semaVal = 0; in Rockchip_OSAL_Get_SemaphoreCount() local
128 if (sem_getvalue(sema, &semaVal) != 0) in Rockchip_OSAL_Get_SemaphoreCount()
131 *val = (OMX_S32)semaVal; in Rockchip_OSAL_Get_SemaphoreCount()

Completed in 1 milliseconds