Searched refs:pxTaskBuffer (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | task.h | 153 StaticTask_t * const pxTaskBuffer; member 483 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION;
|
HD | mpu_prototypes.h | 152 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION;
|
/Kernel-v10.6.2/ |
HD | tasks.c | 574 StaticTask_t * const pxTaskBuffer ) in xTaskCreateStatic() argument 580 configASSERT( pxTaskBuffer != NULL ); in xTaskCreateStatic() 593 if( ( pxTaskBuffer != NULL ) && ( puxStackBuffer != NULL ) ) in xTaskCreateStatic() 597 …pxNewTCB = ( TCB_t * ) pxTaskBuffer; /*lint !e740 !e9087 Unusual cast is ok as the structures are … in xTaskCreateStatic() 632 configASSERT( pxTaskDefinition->pxTaskBuffer != NULL ); in xTaskCreateRestrictedStatic() 634 … if( ( pxTaskDefinition->puxStackBuffer != NULL ) && ( pxTaskDefinition->pxTaskBuffer != NULL ) ) in xTaskCreateRestrictedStatic() 639 pxNewTCB = ( TCB_t * ) pxTaskDefinition->pxTaskBuffer; in xTaskCreateRestrictedStatic()
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 98 … StaticTask_t * const pxTaskBuffer ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCreateStatic() argument 110 …Static( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic() 118 …Static( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic()
|
HD | mpu_wrappers_v2.c | 1623 … StaticTask_t * const pxTaskBuffer ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskCreateStatic() argument 1633 …Static( pxTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic()
|