mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-05 19:01:54 +00:00
Renamed checkTerminationRequest to avoid confusion about the actual behavior
This commit is contained in:
@@ -104,9 +104,11 @@ namespace sta
|
||||
void requestTermination();
|
||||
|
||||
/**
|
||||
* @brief Returns true if this thread was requested to terminate.
|
||||
* @brief Resets the terminate bool to false.
|
||||
*
|
||||
* @return Returns the previous value of this variable.
|
||||
*/
|
||||
bool checkTerminationRequest();
|
||||
bool resetTerminationRequest();
|
||||
|
||||
/**
|
||||
* @brief Forcibly terminate thread.
|
||||
|
Reference in New Issue
Block a user