Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/GCC/PPC405_Xilinx/
A DFPU_Macros.h32 if( pxCurrentTCB->pxTaskTag != NULL ) \
35 vPortSaveFPURegisters( ( void * ) ( pxCurrentTCB->pxTaskTag ) ); \
41 if( pxCurrentTCB->pxTaskTag != NULL ) \
44 vPortRestoreFPURegisters( ( void * ) ( pxCurrentTCB->pxTaskTag ) ); \
/FreeRTOS-Kernel/portable/GCC/PPC440_Xilinx/
A DFPU_Macros.h32 if( pxCurrentTCB->pxTaskTag != NULL ) \
35 vPortSaveFPURegisters( ( void * ) ( pxCurrentTCB->pxTaskTag ) ); \
41 if( pxCurrentTCB->pxTaskTag != NULL ) \
44 vPortRestoreFPURegisters( ( void * ) ( pxCurrentTCB->pxTaskTag ) ); \
/FreeRTOS-Kernel/portable/Renesas/SH2A_FPU/
A Dportmacro.h112 …K_SWITCHED_OUT() do { if( pxCurrentTCB->pxTaskTag != NULL ) vPortSaveFlopRegisters( pxCurrentTC…
113 …SWITCHED_IN() do { if( pxCurrentTCB->pxTaskTag != NULL ) vPortRestoreFlopRegisters( pxCurrentT…
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_v1/
A Dport.c243 TaskHookFunction_t pxTaskTag; member
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_EM_HS/
A Dport.c243 TaskHookFunction_t pxTaskTag; member
/FreeRTOS-Kernel/
A Dtasks.c419 TaskHookFunction_t pxTaskTag; member
4999 xTCB->pxTaskTag = pxHookFunction; in vTaskSetApplicationTaskTag()
5026 xReturn = pxTCB->pxTaskTag; in xTaskGetApplicationTaskTag()
5059 xReturn = pxTCB->pxTaskTag; in xTaskGetApplicationTaskTagFromISR()
5091 if( xTCB->pxTaskTag != NULL ) in xTaskCallApplicationTaskHook()
5093 xReturn = xTCB->pxTaskTag( pvParameter ); in xTaskCallApplicationTaskHook()

Completed in 59 milliseconds