/Kernel-v10.6.2/ |
HD | tasks.c | 221 #define prvAddTaskToReadyList( pxTCB ) … argument 223 …traceMOVED_TASK_TO_READY_STATE( pxTCB ); … 224 …taskRECORD_READY_PRIORITY( ( pxTCB )->uxPriority ); … 225 …listINSERT_END( &( pxReadyTasksLists[ ( pxTCB )->uxPriority ] ), &( ( pxTCB )->xStateListItem ) );… 226 …tracePOST_MOVED_TASK_TO_READY_STATE( pxTCB ); … 446 static void prvDeleteTCB( TCB_t * pxTCB ) PRIVILEGED_FUNCTION; 1118 TCB_t * pxTCB; in vTaskDelete() local 1124 pxTCB = prvGetTCBFromHandle( xTaskToDelete ); in vTaskDelete() 1127 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskDelete() 1129 taskRESET_READY_PRIORITY( pxTCB->uxPriority ); in vTaskDelete() [all …]
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/ |
HD | 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()
|
HD | portmacro.h | 147 extern void task_end_hook( void * pxTCB ); 148 #define portCLEAN_UP_TCB( pxTCB ) task_end_hook( ( void * ) pxTCB ) argument
|
/Kernel-v10.6.2/portable/GCC/TriCore_1782/ |
HD | portmacro.h | 171 void vPortReclaimCSA( uint32_t *pxTCB ); 172 #define portCLEAN_UP_TCB( pxTCB ) vPortReclaimCSA( ( uint32_t * ) ( pxTCB ) ) argument
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/ |
HD | portmacro.h | 112 #define portCLEAN_UP_TCB( pxTCB ) vPortCancelThread( pxTCB ) argument
|
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/ |
HD | portmacro.h | 196 #define portCLEAN_UP_TCB(pxTCB) vPortCleanUpTcbClib(&((pxTCB)->xNewLib_reent)) argument
|
/Kernel-v10.6.2/portable/MSVC-MingW/ |
HD | portmacro.h | 92 #define portCLEAN_UP_TCB( pxTCB ) vPortDeleteThread( pxTCB ) argument
|
/Kernel-v10.6.2/include/ |
HD | list.h | 285 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ argument 295 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \
|
HD | FreeRTOS.h | 387 #define portCLEAN_UP_TCB( pxTCB ) ( void ) ( pxTCB ) argument 395 #define portSETUP_TCB( pxTCB ) ( void ) ( pxTCB ) argument 523 #define traceMOVED_TASK_TO_READY_STATE( pxTCB ) argument 527 #define tracePOST_MOVED_TASK_TO_READY_STATE( pxTCB ) argument
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/IAR/ARM_CM55/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/ARMv8M/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/IAR/ARM_CM55_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/IAR/ARM_CM33_NTZ/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/non_secure/ |
HD | portmacrocommon.h | 389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
|