Home
last modified time | relevance | path

Searched refs:pxTCB (Results 1 – 25 of 31) sorted by relevance

12

/Kernel-v10.6.2/
HDtasks.c221 #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/
HDfreertos_tls.c107 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()
HDportmacro.h147 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/
HDportmacro.h171 void vPortReclaimCSA( uint32_t *pxTCB );
172 #define portCLEAN_UP_TCB( pxTCB ) vPortReclaimCSA( ( uint32_t * ) ( pxTCB ) ) argument
/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
HDportmacro.h112 #define portCLEAN_UP_TCB( pxTCB ) vPortCancelThread( pxTCB ) argument
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
HDportmacro.h196 #define portCLEAN_UP_TCB(pxTCB) vPortCleanUpTcbClib(&((pxTCB)->xNewLib_reent)) argument
/Kernel-v10.6.2/portable/MSVC-MingW/
HDportmacro.h92 #define portCLEAN_UP_TCB( pxTCB ) vPortDeleteThread( pxTCB ) argument
/Kernel-v10.6.2/include/
HDlist.h285 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ argument
295 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \
HDFreeRTOS.h387 #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/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/IAR/ARM_CM85/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/IAR/ARM_CM35P_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/IAR/ARM_CM55/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/ARMv8M/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/IAR/ARM_CM55_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/IAR/ARM_CM33_NTZ/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/non_secure/
HDportmacrocommon.h389 …#define portCLEAN_UP_TCB( pxTCB ) vPortFreeSecureContext( ( uint32_t * )… argument

12