| /Kernel-v11.0.1/ |
| D | tasks.c | 64 #define taskYIELD_TASK_CORE_IF_USING_PREEMPTION( pxTCB ) argument 65 #define taskYIELD_ANY_CORE_IF_USING_PREEMPTION( pxTCB ) argument 74 #define taskYIELD_TASK_CORE_IF_USING_PREEMPTION( pxTCB ) \ argument 80 #define taskYIELD_ANY_CORE_IF_USING_PREEMPTION( pxTCB ) \ argument 95 …#define taskYIELD_TASK_CORE_IF_USING_PREEMPTION( pxTCB ) prvYieldCore( ( pxTCB )->xTaskRunState… argument 98 #define taskYIELD_ANY_CORE_IF_USING_PREEMPTION( pxTCB ) prvYieldForTask( pxTCB ) argument 261 #define prvAddTaskToReadyList( pxTCB ) … argument 302 …#define taskTASK_IS_RUNNING( pxTCB ) ( ( ( pxTCB ) == pxCurrentTCB ) ? ( … argument 303 …#define taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD( pxTCB ) ( ( ( pxTCB ) == pxCurrentTCB ) ? ( … argument 305 …#define taskTASK_IS_RUNNING( pxTCB ) ( ( ( ( pxTCB )->xTaskRunState >= ( … argument [all …]
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_EM_HS/ |
| 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()
|
| D | portmacro.h | 148 #define portCLEAN_UP_TCB( pxTCB ) task_end_hook( ( void * ) pxTCB ) argument
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/Posix/ |
| D | portmacro.h | 126 #define portCLEAN_UP_TCB( pxTCB ) vPortCancelThread( pxTCB ) argument
|
| /Kernel-v11.0.1/portable/GCC/TriCore_1782/ |
| D | port.c | 385 void vPortReclaimCSA( uint32_t * pxTCB ) in vPortReclaimCSA()
|
| D | portmacro.h | 178 #define portCLEAN_UP_TCB( pxTCB ) vPortReclaimCSA( ( uint32_t * ) ( pxTCB ) ) argument
|
| /Kernel-v11.0.1/portable/MSVC-MingW/ |
| D | portmacro.h | 108 #define portCLEAN_UP_TCB( pxTCB ) vPortDeleteThread( pxTCB ) argument
|
| /Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/ |
| D | portmacro.h | 204 #define portCLEAN_UP_TCB( pxTCB ) vPortCleanUpTcbClib( &( ( pxTCB )->xNewLib_reent ) ) argument
|
| /Kernel-v11.0.1/include/ |
| D | list.h | 285 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM85/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM85_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM85_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM55/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM55_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM85/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM33_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM35P/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM23_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM33/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/ARMv8M/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM33_NTZ/non_secure/ |
| D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|