Searched refs:OSA_TimeDiff (Results 1 – 1 of 1) sorted by relevance
176 __WEAK_FUNC uint32_t OSA_TimeDiff(uint32_t time_start, uint32_t time_end);584 __WEAK_FUNC uint32_t OSA_TimeDiff(uint32_t time_start, uint32_t time_end) in OSA_TimeDiff() function612 } while (millisec >= OSA_TimeDiff(timeStart, currTime)); in OSA_TimeDelay()772 if (pSemStruct->timeout < OSA_TimeDiff(pSemStruct->time_start, currentTime)) in OSA_SemaphoreWait()905 if (pMutexStruct->timeout < OSA_TimeDiff(pMutexStruct->time_start, currentTime)) in OSA_MutexLock()1152 if (pEventStruct->timeout < OSA_TimeDiff(pEventStruct->time_start, currentTime)) in OSA_EventWait()1342 if (pQueue->timeout < OSA_TimeDiff(pQueue->time_start, currentTime)) in OSA_MsgQGet()