Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/sc/drv/sc/
H A Dsc_msos.h119 #define OS_SC_TIME() OS_SYSTEM_TIME()
120 #define OS_SC_EXPIRE(_msec) (OS_SYSTEM_TIME() + (_msec))
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c1208 MS_U32 u32StartTime=OS_SYSTEM_TIME(); in _SC_Send()
1228 if ((len == 0) && (OS_SYSTEM_TIME() - u32StartTime) > u32TimeoutMs) in _SC_Send()
1363 MS_U32 u32StartTime=OS_SYSTEM_TIME(); in _T14_SC_Recv()
1375 if ((lenbegin==0)&&(OS_SYSTEM_TIME()-u32StartTime)>u32TimeoutMs) in _T14_SC_Recv()
1401 if ((len==0)&&(OS_SYSTEM_TIME()-u32StartTime)>u32TimeoutMs) in _T14_SC_Recv()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/
H A DdrvSC.c1317 MS_U32 u32StartTime=OS_SYSTEM_TIME(); in _SC_Send()
1361 if ((len == 0) && (OS_SYSTEM_TIME() - u32StartTime) > u32TimeoutMs) in _SC_Send()
1794 MS_U32 u32StartTime=OS_SYSTEM_TIME(); in _T14_SC_Recv()
1806 if ((lenbegin==0)&&(OS_SYSTEM_TIME()-u32StartTime)>u32TimeoutMs) in _T14_SC_Recv()
1832 if ((len==0)&&(OS_SYSTEM_TIME()-u32StartTime)>u32TimeoutMs) in _T14_SC_Recv()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h1818 #define OS_SYSTEM_TIME() MsOS_GetSystemTime() macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h2093 #define OS_SYSTEM_TIME() MsOS_GetSystemTime() macro
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DAVD.c1209 MS_U32 u32StartTime=OS_SYSTEM_TIME(); in _Drv_AVD_MBX_WaitReady()
1210 while (OS_SYSTEM_TIME()-u32StartTime < 10) in _Drv_AVD_MBX_WaitReady()
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_PCMonitor.c.01322 // OS_SYSTEM_TIME());
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt81987 #define OS_SYSTEM_TIME() MsOS_GetSystemTime()