/FreeRTOS-Kernel/ |
A D | tasks.c | 2215 TCB_t * pxTCB; in vTaskDelete() local 2799 TCB_t * pxTCB; in vTaskPrioritySet() local 2906 … if( ( pxTCB->uxBasePriority == pxTCB->uxPriority ) || ( uxNewPriority > pxTCB->uxPriority ) ) in vTaskPrioritySet() 3013 TCB_t * pxTCB; in vTaskCoreAffinitySet() local 3395 if( ( pxTCB != pxCurrentTCB ) && ( pxTCB != NULL ) ) in vTaskResume() 4228 TCB_t * pxTCB; in pcTaskGetName() local 4377 return pxTCB; in xTaskGetHandle() 4727 TCB_t * pxTCB; in xTaskIncrementTick() local 6761 if( pxTCB->uxPriority != pxTCB->uxBasePriority ) in xTaskPriorityDisinherit() 6783 pxTCB->uxPriority = pxTCB->uxBasePriority; in xTaskPriorityDisinherit() [all …]
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_EM_HS/ |
A D | freertos_tls.c | 107 static void free_task_tls( void * pxTCB ) in free_task_tls() argument 109 TaskHandle_t task2free = ( TaskHandle_t ) pxTCB; in free_task_tls() 125 void task_end_hook( void * pxTCB ) in task_end_hook() argument 127 free_task_tls( pxTCB ); in task_end_hook()
|
A D | portmacro.h | 147 extern void task_end_hook( void * pxTCB ); 148 #define portCLEAN_UP_TCB( pxTCB ) task_end_hook( ( void * ) pxTCB ) argument
|
/FreeRTOS-Kernel/portable/GCC/TriCore_1782/ |
A D | portmacro.h | 177 void vPortReclaimCSA( uint32_t * pxTCB ); 178 #define portCLEAN_UP_TCB( pxTCB ) vPortReclaimCSA( ( uint32_t * ) ( pxTCB ) ) argument
|
A D | port.c | 385 void vPortReclaimCSA( uint32_t * pxTCB ) in vPortReclaimCSA() argument 393 pxHeadCSA = ( *pxTCB ) & portCSA_FCX_MASK; in vPortReclaimCSA()
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/ |
A D | portmacro.h | 126 #define portCLEAN_UP_TCB( pxTCB ) vPortCancelThread( pxTCB ) argument
|
/FreeRTOS-Kernel/portable/MSVC-MingW/ |
A D | portmacro.h | 110 #define portCLEAN_UP_TCB( pxTCB ) vPortDeleteThread( pxTCB ) argument
|
/FreeRTOS-Kernel/include/ |
A D | list.h | 286 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ argument 296 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/ |
A D | portmacrocommon.h | 472 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|