Home
last modified time | relevance | path

Searched refs:pxTaskBuffer (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Kernel/include/
A Dtask.h157 StaticTask_t * const pxTaskBuffer; member
518 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION;
528 StaticTask_t * const pxTaskBuffer,
A Dmpu_prototypes.h153 StaticTask_t * const pxTaskBuffer ) FREERTOS_SYSTEM_CALL;
182 StaticTask_t * const pxTaskBuffer ) PRIVILEGED_FUNCTION;
A DFreeRTOS.h1698 …eStatic( pxTaskCode, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer ) argument
1706 …Code, pcName, uxStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, uxCoreAffinity… argument
/FreeRTOS-Kernel/
A Dtasks.c742 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 Dmpu_wrappers.c98 … 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 Dmpu_wrappers_v2.c1597 … 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