Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c621 #define STACK_ALIGN 4 in OS_CreateThread() macro
629 SDK_ASSERTMSG(stackSize % STACK_ALIGN == 0, "stack size must be aligned by %d", STACK_ALIGN); in OS_CreateThread()
630 SDK_ASSERTMSG((u32)stack % STACK_ALIGN == 0, "stack must be aligned by %d", STACK_ALIGN); in OS_CreateThread()
2047 SDK_ASSERT((u32)stack % STACK_ALIGN == 0); in OS_SetThreadDestructorStack()