Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MSVC-MingW/
Dport.c231 …const SIZE_T xStackSize = 1024; /* Set the size to a small number which will get rounded up to the… in pxPortInitialiseStack() local
257 …pxThreadState->pvThread = CreateThread( NULL, xStackSize, ( LPTHREAD_START_ROUTINE ) pxCode, pvPar… in pxPortInitialiseStack()