/Kernel-v11.1.0/ |
D | tasks.c | 71 #define taskYIELD_TASK_CORE_IF_USING_PREEMPTION( pxTCB ) argument 72 #define taskYIELD_ANY_CORE_IF_USING_PREEMPTION( pxTCB ) argument 81 #define taskYIELD_TASK_CORE_IF_USING_PREEMPTION( pxTCB ) \ argument 83 ( void ) ( pxTCB ); \ 87 #define taskYIELD_ANY_CORE_IF_USING_PREEMPTION( pxTCB ) \ argument 89 if( pxCurrentTCB->uxPriority < ( pxTCB )->uxPriority ) \ 102 …#define taskYIELD_TASK_CORE_IF_USING_PREEMPTION( pxTCB ) prvYieldCore( ( pxTCB )->xTaskRunState… argument 105 #define taskYIELD_ANY_CORE_IF_USING_PREEMPTION( pxTCB ) prvYieldForTask( pxTCB ) argument 268 #define prvAddTaskToReadyList( pxTCB ) … argument 270 …traceMOVED_TASK_TO_READY_STATE( pxTCB ); … [all …]
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/ |
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()
|
D | portmacro.h | 147 extern void task_end_hook( void * pxTCB ); 148 #define portCLEAN_UP_TCB( pxTCB ) task_end_hook( ( void * ) pxTCB ) argument
|
/Kernel-v11.1.0/portable/GCC/TriCore_1782/ |
D | portmacro.h | 177 void vPortReclaimCSA( uint32_t * pxTCB ); 178 #define portCLEAN_UP_TCB( pxTCB ) vPortReclaimCSA( ( uint32_t * ) ( pxTCB ) ) argument
|
D | port.c | 385 void vPortReclaimCSA( uint32_t * pxTCB ) in vPortReclaimCSA() argument 393 pxHeadCSA = ( *pxTCB ) & portCSA_FCX_MASK; in vPortReclaimCSA()
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/ |
D | portmacro.h | 126 #define portCLEAN_UP_TCB( pxTCB ) vPortCancelThread( pxTCB ) argument
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | portmacro.h | 196 #define portCLEAN_UP_TCB(pxTCB) vPortCleanUpTcbClib(&((pxTCB)->xNewLib_reent)) argument
|
/Kernel-v11.1.0/portable/MSVC-MingW/ |
D | portmacro.h | 117 #define portCLEAN_UP_TCB( pxTCB ) vPortDeleteThread( pxTCB ) argument
|
/Kernel-v11.1.0/include/ |
D | list.h | 286 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ argument 296 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 406 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|