Searched refs:pxTopOfStack (Results 1 – 2 of 2) sorted by relevance
207 pxTaskSnapshot->pxTopOfStack = (StackType_t *)pxTCB->pxTopOfStack; in vTaskGetSnapshot()272 offsetof(TCB_t, pxTopOfStack), /* thread_stack_offset; */
27 …StackType_t *pxTopOfStack; /*!< Points to the location of the last item placed on the tasks stack… member
Completed in 6 milliseconds