Home
last modified time | relevance | path

Searched refs:stackBottom (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c546 OSi_LauncherThread.stackBottom = (u32)OSi_LAUNCHER_STACK_BOTTOM; in OS_InitThread()
551 *(u32 *)(OSi_LauncherThread.stackBottom - sizeof(u32)*2) = OSi_STACK_CHECKNUM_BOTTOM; in OS_InitThread()
661 thread->stackBottom = (u32)stack; in OS_CreateThread()
666 …*(u32 *)(thread->stackBottom - sizeof(u32)*2) = OSi_STACK_CHECKNUM_BOTTOM; // minus for stack Chec… in OS_CreateThread()
938 …ack = (OSi_StackForDestructor) ? (u32)OSi_StackForDestructor : thread->stackBottom - sizeof(u32)*2… in OSi_KillThreadWithPriority()
990 t->stackBottom = 0x6789abcd; in UTEST_OS_KillThread_1()
1516 else if (*(u32 *)(thread->stackBottom - sizeof(u32)*2) != OSi_STACK_CHECKNUM_BOTTOM) in OS_GetStackStatus()
1559 thread->stackTop, thread->stackBottom, thread->stackWarningOffset); in OSi_CheckStack()
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h142 u32 stackBottom; // for stack underflow member