/FreeRTOS-Kernel/ |
A D | tasks.c | 2215 TCB_t * pxTCB; in vTaskDelete() local 2799 TCB_t * pxTCB; in vTaskPrioritySet() local 3013 TCB_t * pxTCB; in vTaskCoreAffinitySet() local 3095 TCB_t * pxTCB; in vTaskPreemptionDisable() local 3118 TCB_t * pxTCB; in vTaskPreemptionEnable() local 3151 TCB_t * pxTCB; in vTaskSuspend() local 4228 TCB_t * pxTCB; in pcTaskGetName() local 4320 TCB_t * pxTCB; in xTaskGetHandle() local 4390 TCB_t * pxTCB; in xTaskGetStaticBuffers() local 4727 TCB_t * pxTCB; in xTaskIncrementTick() local [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() 125 void task_end_hook( void * pxTCB ) in task_end_hook()
|
A D | portmacro.h | 148 #define portCLEAN_UP_TCB( pxTCB ) task_end_hook( ( void * ) pxTCB ) argument
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/ |
A D | portmacro.h | 126 #define portCLEAN_UP_TCB( pxTCB ) vPortCancelThread( pxTCB ) argument
|
/FreeRTOS-Kernel/portable/GCC/TriCore_1782/ |
A D | port.c | 385 void vPortReclaimCSA( uint32_t * pxTCB ) in vPortReclaimCSA()
|
A D | portmacro.h | 178 #define portCLEAN_UP_TCB( pxTCB ) vPortReclaimCSA( ( uint32_t * ) ( 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
|
/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
|