mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-12-16 18:08:04 +00:00
Added flags clear for thread and new constructor for queue.
This commit is contained in:
@@ -98,6 +98,13 @@ namespace sta
|
||||
*/
|
||||
uint32_t wait(uint32_t flags);
|
||||
|
||||
/**
|
||||
* @brief Clears the thread flags set for this thread.
|
||||
*
|
||||
* @return Returns the thread flags that set before clearing.
|
||||
*/
|
||||
uint32_t clear(uint32_t flags);
|
||||
|
||||
/**
|
||||
* @brief Send termination request to thread.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user