Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c1857 struct timespec StopTime; in MsOS_ObtainMutex()
1858 _TimeAbs(StopTime, u32WaitMs); in MsOS_ObtainMutex()
1859 …bRet= (PTH_RET_CHK(pthread_mutex_timedlock(&_MsOS_Mutex_Info[s32MutexId].stMutex, &StopTime)))? FA… in MsOS_ObtainMutex()
2076 struct timespec StopTime; in MsOS_ObtainSemaphore() local
2081 _TimeAbs(StopTime, u32WaitMs); in MsOS_ObtainSemaphore()
2082 …bRet = sem_timedwait(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore, &StopTime) >=0 ? TRUE : FA… in MsOS_ObtainSemaphore()
2299 struct timespec StopTime; in MsOS_WaitEvent() local
2328 _TimeAbsM(StopTime, u32WaitMs); in MsOS_WaitEvent()
2352 &StopTime))) in MsOS_WaitEvent()
2356 &StopTime))) in MsOS_WaitEvent()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1434 struct timespec StopTime;
1439 _TimeAbs(StopTime, u32WaitMs);
1440 …bRet = sem_timedwait(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore, &StopTime) >=0 ? TRUE : FA…
2172 struct timespec StopTime;
2177 _TimeAbs(StopTime, u32WaitMs);
2178 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex, &StopTime)))
2230 struct timespec StopTime;
2235 _TimeAbs(StopTime, u32WaitMs);
2236 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex, &StopTime)))
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2591 struct timespec StopTime;
2596 _TimeAbs(StopTime, u32WaitMs);
2597 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex, &StopTime)))
2649 struct timespec StopTime;
2654 _TimeAbs(StopTime, u32WaitMs);
2655 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex, &StopTime)))
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c1375 struct timespec StopTime; in MsOS_WaitEvent() local
1400 _TimeAbs(StopTime, u32WaitMs); in MsOS_WaitEvent()
1419 &StopTime)) in MsOS_WaitEvent()