Searched refs:STACK_ALIGN (Results 1 – 1 of 1) sorted by relevance
621 #define STACK_ALIGN 4 in OS_CreateThread() macro629 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()