Searched refs:task_end_hook (Results 1 – 2 of 2) sorted by relevance
147 extern void task_end_hook( void * pxTCB );148 #define portCLEAN_UP_TCB( pxTCB ) task_end_hook( ( void * ) pxTCB )
125 void task_end_hook( void * pxTCB ) in task_end_hook() function