Searched refs:funcret (Results 1 – 1 of 1) sorted by relevance
169 int funcret = 0; in Rockchip_OSAL_SignalWait() local200 … funcret = pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout); in Rockchip_OSAL_SignalWait()201 if ((!event->signal) && (funcret == ETIMEDOUT)) { in Rockchip_OSAL_SignalWait()