Home
last modified time | relevance | path

Searched refs:vPortReclaimCSA (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/GCC/TriCore_1782/
Dportmacro.h177 void vPortReclaimCSA( uint32_t * pxTCB );
178 #define portCLEAN_UP_TCB( pxTCB ) vPortReclaimCSA( ( uint32_t * ) ( pxTCB ) )
Dport.c385 void vPortReclaimCSA( uint32_t * pxTCB ) in vPortReclaimCSA() function