Searched refs:pxStack (Results 1 – 4 of 4) sorted by relevance
221 StackType_t * pxStack; /*< Points to the start of the stack. */ member286 arc_aux_write( AUX_S_KSTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()289 arc_aux_write( AUX_KSTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()
62 … if( pxCurrentTCB->pxTopOfStack <= pxCurrentTCB->pxStack + portSTACK_LIMIT_PADDING ) \91 … const uint32_t * const pulStack = ( uint32_t * ) pxCurrentTCB->pxStack; \
270 StackType_t * pxStack; /**< Points to the start of the stack. */ member599 pxNewTCB->pxStack = ( StackType_t * ) puxStackBuffer; in xTaskCreateStatic()643 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestrictedStatic()693 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestricted()752 …pxNewTCB->pxStack = ( StackType_t * ) pvPortMallocStack( ( ( ( size_t ) usStackDepth ) * sizeof( S… in xTaskCreate()754 if( pxNewTCB->pxStack == NULL ) in xTaskCreate()764 StackType_t * pxStack; in xTaskCreate() local767 …pxStack = pvPortMallocStack( ( ( ( size_t ) usStackDepth ) * sizeof( StackType_t ) ) ); /*lint !e9… in xTaskCreate()769 if( pxStack != NULL ) in xTaskCreate()779 pxNewTCB->pxStack = pxStack; in xTaskCreate()[all …]
221 StackType_t * pxStack; /*< Points to the start of the stack. */ member285 arc_aux_write( AUX_USTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()