Searched refs:pxTaskBuffer (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 157 StaticTask_t * const pxTaskBuffer; member 518 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION; 528 StaticTask_t * const pxTaskBuffer,
|
A D | mpu_prototypes.h | 153 StaticTask_t * const pxTaskBuffer ) FREERTOS_SYSTEM_CALL; 182 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION;
|
A D | FreeRTOS.h | 1698 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ) argument 1706 …Code, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, uxCoreAffinity… argument
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 742 StaticTask_t * const pxTaskBuffer, 1282 StaticTask_t * const pxTaskBuffer, in prvCreateStaticTask() argument 1288 configASSERT( pxTaskBuffer != NULL ); in prvCreateStaticTask() 1301 if( ( pxTaskBuffer != NULL ) && ( puxStackBuffer != NULL ) ) in prvCreateStaticTask() 1308 pxNewTCB = ( TCB_t * ) pxTaskBuffer; in prvCreateStaticTask() 1337 StaticTask_t * const pxTaskBuffer ) in xTaskCreateStatic() argument 1342 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in xTaskCreateStatic() 1375 StaticTask_t * const pxTaskBuffer, in xTaskCreateStaticAffinitySet() argument 1413 configASSERT( pxTaskDefinition->pxTaskBuffer != NULL ); in prvCreateRestrictedStaticTask() 1415 … if( ( pxTaskDefinition->puxStackBuffer != NULL ) && ( pxTaskDefinition->pxTaskBuffer != NULL ) ) in prvCreateRestrictedStaticTask() [all …]
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 98 … StaticTask_t * const pxTaskBuffer ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskCreateStatic() argument 110 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic() 118 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic()
|
A D | mpu_wrappers_v2.c | 1597 … StaticTask_t * const pxTaskBuffer ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskCreateStatic() argument 1607 …Static( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ); in MPU_xTaskCreateStatic()
|
Completed in 48 milliseconds