Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_resample.c454 int stackSize; in PRC_ResampleStrokes_Recursive() local
536 stackSize = 1; in PRC_ResampleStrokes_Recursive()
539 while (stackSize > 0) in PRC_ResampleStrokes_Recursive()
555 stackSize--; // pop in PRC_ResampleStrokes_Recursive()
616 stackSize++; // push in PRC_ResampleStrokes_Recursive()
624 stackSize++; // push in PRC_ResampleStrokes_Recursive()
625 SDK_ASSERT(stackSize <= maxPointCount); in PRC_ResampleStrokes_Recursive()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c619 void (*func) (void *), void *arg, void *stack, u32 stackSize, u32 prio) in OS_CreateThread() argument
629 SDK_ASSERTMSG(stackSize % STACK_ALIGN == 0, "stack size must be aligned by %d", STACK_ALIGN); in OS_CreateThread()
662 thread->stackTop = (u32)stack - stackSize; in OS_CreateThread()
679 …MI_CpuClear32((void *)((u32)stack - stackSize + sizeof(u32)), stackSize - sizeof(u32) * 2 - sizeof… in OS_CreateThread()
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h271 void (*func) (void *), void *arg, void *stack, u32 stackSize, u32 prio);