Add KillProcessTree subroutine

This commit is contained in:
Jack Andersen
2018-01-09 20:14:40 -10:00
parent beee8b3970
commit f28fa0dbb2
2 changed files with 51 additions and 1 deletions

View File

@@ -53,6 +53,13 @@ struct ILogger
const wchar_t* format, va_list ap)=0;
};
/**
* @brief Terminate all child processes
*
* Implicitly called on abort condition.
*/
void KillProcessTree();
/**
* @brief Assign calling thread a descriptive name
* @param name Descriptive thread name