mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Fixes for termination requests
This commit is contained in:
@@ -105,12 +105,17 @@ namespace sta
|
||||
*/
|
||||
void requestTermination();
|
||||
|
||||
/**
|
||||
* @brief Clear the termination request flag for this thread.
|
||||
*/
|
||||
void deleteTerminationRequest();
|
||||
|
||||
/**
|
||||
* @brief Resets the terminate bool to false.
|
||||
*
|
||||
* @return Returns the previous value of this variable.
|
||||
*/
|
||||
bool resetTerminationRequest();
|
||||
bool isTerminationRequested();
|
||||
|
||||
/**
|
||||
* @brief Forcibly terminate thread.
|
||||
|
Reference in New Issue
Block a user