Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c317 static MsOS_Timer_Info _MsOS_Timer_Info[MSOS_TIMER_MAX];
327 static MsOS_Timer_Info _MsOS_Timer_Info[MSOS_TIMER_MAX];
454 for( u32I=0; u32I<MSOS_TIMER_MAX; u32I++) in MsOS_Init()
2188 for (i = 0; i < MSOS_TIMER_MAX; i++) in TimerTask()
2251 for (s32Id = 0; s32Id < MSOS_TIMER_MAX; s32Id++) in MsOS_CreateTimer()
2258 if (s32Id < MSOS_TIMER_MAX) in MsOS_CreateTimer()
2477 for (s32Id = 0; s32Id < MSOS_TIMER_MAX; s32Id++) in MsOS_CreateTimer()
2484 if (s32Id < MSOS_TIMER_MAX) in MsOS_CreateTimer()
2490 if (s32Id >= MSOS_TIMER_MAX) in MsOS_CreateTimer()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c418 static MsOS_Timer_Info _MsOS_Timer_Info[MSOS_TIMER_MAX];
528 for( u32I=0; u32I<MSOS_TIMER_MAX; u32I++) in MsOS_Init()
1752 for(s32Id=0;s32Id<MSOS_TIMER_MAX;s32Id++) in MsOS_CreateTimer()
1759 if(s32Id < MSOS_TIMER_MAX) in MsOS_CreateTimer()
1765 if(s32Id >= MSOS_TIMER_MAX) in MsOS_CreateTimer()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c319 static MsOS_Timer_Info _MsOS_Timer_Info[MSOS_TIMER_MAX];
441 for( u32I=0; u32I<MSOS_TIMER_MAX; u32I++) in MsOS_Init()
2047 for(s32Id=0;s32Id<MSOS_TIMER_MAX;s32Id++) in MsOS_CreateTimer()
2054 if(s32Id < MSOS_TIMER_MAX) in MsOS_CreateTimer()
2060 if(s32Id >= MSOS_TIMER_MAX) in MsOS_CreateTimer()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c465 static MsOS_Timer_Info _MsOS_Timer_Info[MSOS_TIMER_MAX];
467 static pid_t _MsOS_Timer_Pid[MSOS_TIMER_MAX];
684 for( u32I=0; u32I<MSOS_TIMER_MAX; u32I++) in MsOS_Init()
2529 for(s32Id=0;s32Id<MSOS_TIMER_MAX;s32Id++) in MsOS_CreateTimer()
2536 if(s32Id < MSOS_TIMER_MAX) in MsOS_CreateTimer()
2542 if(s32Id >= MSOS_TIMER_MAX) in MsOS_CreateTimer()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c361 static MsOS_Timer_Info _MsOS_Timer_Info[MSOS_TIMER_MAX];
502 for( u32I=0; u32I<MSOS_TIMER_MAX; u32I++) in MsOS_Init()
2157 for(s32Id=0;s32Id<MSOS_TIMER_MAX;s32Id++) in MsOS_CreateTimer()
2165 if(s32Id >= MSOS_TIMER_MAX) in MsOS_CreateTimer()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h197 #define MSOS_TIMER_MAX (32) macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h201 #define MSOS_TIMER_MAX (32) macro
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt80745 #define MSOS_TIMER_MAX (32)