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