SEGGER_SYSVIEW_OnTaskTerminate() function
SEGGER_SYSVIEW_OnTaskTerminate() Function description Record a Task termination event. The Task termination event corresponds to terminating a task in the OS. If the TaskId is the currently active task, SEGGER_SYSVIEW_OnTaskStopExec may be used, either. Parameters TaskId - Task ID of terminated task.
Syntax
void SEGGER_SYSVIEW_OnTaskTerminate (U32 TaskId);