Searched refs:OSi_STACK_CHECKNUM_BOTTOM (Results 1 – 1 of 1) sorted by relevance
35 # define OSi_STACK_CHECKNUM_BOTTOM 0xfddb597dUL macro39 # define OSi_STACK_CHECKNUM_BOTTOM 0xd73bfdf7UL macro551 *(u32 *)(OSi_LauncherThread.stackBottom - sizeof(u32)*2) = OSi_STACK_CHECKNUM_BOTTOM; in OS_InitThread()666 …*(u32 *)(thread->stackBottom - sizeof(u32)*2) = OSi_STACK_CHECKNUM_BOTTOM; // minus for stack Chec… in OS_CreateThread()1516 else if (*(u32 *)(thread->stackBottom - sizeof(u32)*2) != OSi_STACK_CHECKNUM_BOTTOM) in OS_GetStackStatus()