Searched refs:puxStackBuffer (Results 1 – 8 of 8) sorted by relevance
147 StackType_t * puxStackBuffer; member617 StackType_t * const puxStackBuffer, in xTaskCreateStatic() argument620 …dToCore( pvTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… in xTaskCreateStatic()
51 StackType_t * const puxStackBuffer,
43 …ame=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask=%u puxStackBuffer=%u xRegions=%u
729 configASSERT( pxTaskDefinition->puxStackBuffer != NULL ); in xTaskCreateRestrictedStatic()732 … if( ( pxTaskDefinition->puxStackBuffer != NULL ) && ( pxTaskDefinition->pxTaskBuffer != NULL ) ) in xTaskCreateRestrictedStatic()740 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestrictedStatic()777 configASSERT( pxTaskDefinition->puxStackBuffer ); in xTaskCreateRestricted()779 if( pxTaskDefinition->puxStackBuffer != NULL ) in xTaskCreateRestricted()789 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestricted()