Searched refs:stackLo (Results 1 – 1 of 1) sorted by relevance
497 void *stackLo; in OS_InitThread() local539 stackLo = (OSi_SYS_STACKSIZE <= 0) ? in OS_InitThread()542 SDK_ASSERT((u32)OSi_LAUNCHER_STACK_LO_DEFAULT <= (u32)stackLo in OS_InitThread()543 && (u32)stackLo <= (u32)OSi_LAUNCHER_STACK_HI_MAX); in OS_InitThread()547 OSi_LauncherThread.stackTop = (u32)stackLo; in OS_InitThread()