Searched refs:xStackSize (Results 1 – 1 of 1) sorted by relevance
231 …const SIZE_T xStackSize = 1024; /* Set the size to a small number which will get rounded up to the… in pxPortInitialiseStack() local257 …pxThreadState->pvThread = CreateThread( NULL, xStackSize, ( LPTHREAD_START_ROUTINE ) pxCode, pvPar… in pxPortInitialiseStack()