Searched refs:pxTaskBuffer (Results 1 – 3 of 3) sorted by relevance
150 StaticTask_t * const pxTaskBuffer; member508 StaticTask_t * const pxTaskBuffer,618 StaticTask_t * const pxTaskBuffer) PRIVILEGED_FUNCTION in xTaskCreateStatic() argument620 …Code, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, tskNO_AFFINITY… in xTaskCreateStatic()
52 StaticTask_t * const pxTaskBuffer ) FREERTOS_SYSTEM_CALL;
670 StaticTask_t * const pxTaskBuffer, in xTaskCreateStaticPinnedToCore() argument676 configASSERT( portVALID_TCB_MEM(pxTaskBuffer) ); in xTaskCreateStaticPinnedToCore()692 if( ( pxTaskBuffer != NULL ) && ( pxStackBuffer != NULL ) ) in xTaskCreateStaticPinnedToCore()696 …pxNewTCB = ( TCB_t * ) pxTaskBuffer; /*lint !e740 !e9087 Unusual cast is ok as the structures are … in xTaskCreateStaticPinnedToCore()730 configASSERT( pxTaskDefinition->pxTaskBuffer != NULL ); in xTaskCreateRestrictedStatic()732 … if( ( pxTaskDefinition->puxStackBuffer != NULL ) && ( pxTaskDefinition->pxTaskBuffer != NULL ) ) in xTaskCreateRestrictedStatic()737 pxNewTCB = ( TCB_t * ) pxTaskDefinition->pxTaskBuffer; in xTaskCreateRestrictedStatic()