Home
last modified time | relevance | path

Searched refs:u32StackSize (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h322 MS_U32 u32StackSize; member
427 MS_U32 u32StackSize;
645 MS_U32 u32StackSize,
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h353 MS_U32 u32StackSize; member
518 MS_U32 u32StackSize;
764 MS_U32 u32StackSize,
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c1025 MS_U32 u32StackSize, in MsOS_CreateTask() argument
1031 if ( ((MS_U32)pStackBase % 4) || (u32StackSize < CYGNUM_HAL_STACK_SIZE_MINIMUM) ) in MsOS_CreateTask()
1102 u32StackSize, in MsOS_CreateTask()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c994 MS_U32 u32StackSize, in MsOS_CreateTask() argument
1047 pTop = (void*)(((MS_U32)pStackBase) + u32StackSize - 1); in MsOS_CreateTask()
1057 u32OSStkSize = u32StackSize / sizeof(OS_STK); in MsOS_CreateTask()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c1159 MS_U32 u32StackSize, in MsOS_CreateTask() argument
1225 if (posix_memalign(&pStackBase, 0x1000, u32StackSize)) in MsOS_CreateTask()
1230 pStackBase = memalign(0x1000, u32StackSize); in MsOS_CreateTask()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c635 MS_U32 u32StackSize, in MsOS_CreateTask() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c792 MS_U32 u32StackSize, in MsOS_CreateTask() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c668 MS_U32 u32StackSize, in MsOS_CreateTask() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c848 MS_U32 u32StackSize, in MsOS_CreateTask() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c868 MS_U32 u32StackSize, in MsOS_CreateTask() argument
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt80897 MS_U32 u32StackSize;
81062 MS_U32 u32StackSize;
81224 MS_U32 u32StackSize,