Home
last modified time | relevance | path

Searched refs:MSOS_SEMAPHORE_MAX (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c228 static MsOS_Semaphore_Info _MsOS_Semaphore_Info[MSOS_SEMAPHORE_MAX];
441 for( u32I=0; u32I<MSOS_SEMAPHORE_MAX; u32I++) in MsOS_Init()
1064 for(s32Id=0;s32Id<MSOS_SEMAPHORE_MAX;s32Id++) in MsOS_CreateSemaphore()
1071 if(s32Id < MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
1078 if(s32Id >= MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c302 static MsOS_Semaphore_Info _MsOS_Semaphore_Info[MSOS_SEMAPHORE_MAX];
474 for( u32I=0; u32I<MSOS_SEMAPHORE_MAX; u32I++) in MsOS_Init()
1433 for(s32Id=0;s32Id<MSOS_SEMAPHORE_MAX;s32Id++) in MsOS_CreateSemaphore()
1441 if(s32Id < MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
1446 if(s32Id >= MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c277 static MsOS_Semaphore_Info _MsOS_Semaphore_Info[MSOS_SEMAPHORE_MAX];
433 for( u32I=0; u32I<MSOS_SEMAPHORE_MAX; u32I++) in MsOS_Init()
1587 for(s32Id=0;s32Id<MSOS_SEMAPHORE_MAX;s32Id++) in MsOS_CreateSemaphore()
1594 if(s32Id < MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
1600 if(s32Id >= MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c361 static MsOS_Semaphore_Info _MsOS_Semaphore_Info[MSOS_SEMAPHORE_MAX];
1357 for(s32Id=0;s32Id<MSOS_SEMAPHORE_MAX;s32Id++)
1364 if(s32Id < MSOS_SEMAPHORE_MAX)
1370 if(s32Id >= MSOS_SEMAPHORE_MAX)
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c258 static MsOS_Semaphore_Info _MsOS_Semaphore_Info[MSOS_SEMAPHORE_MAX];
445 for( u32I=0; u32I<MSOS_SEMAPHORE_MAX; u32I++) in MsOS_Init()
1567 for (s32Id = 0; s32Id < MSOS_SEMAPHORE_MAX; s32Id++) in MsOS_CreateSemaphore()
1574 if (s32Id < MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
1580 if (s32Id >= MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c412 static MsOS_Semaphore_Info _MsOS_Semaphore_Info[MSOS_SEMAPHORE_MAX];
655 for( u32I=0; u32I<MSOS_SEMAPHORE_MAX; u32I++) in MsOS_Init()
1991 for(s32Id=0;s32Id<MSOS_SEMAPHORE_MAX;s32Id++) in MsOS_CreateSemaphore()
1998 if(s32Id < MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
2004 if(s32Id >= MSOS_SEMAPHORE_MAX) in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h194 #define MSOS_SEMAPHORE_MAX (32+150) macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h194 #define MSOS_SEMAPHORE_MAX (32+150) macro
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt80738 #define MSOS_SEMAPHORE_MAX (32+150)