mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +00:00
Added waitAll for event
This commit is contained in:
@@ -41,6 +41,8 @@ namespace sta
|
||||
* @param timeout timeout in ms., default to forever.
|
||||
*/
|
||||
virtual uint32_t wait(uint32_t flags, uint32_t timeout = osWaitForever) = 0;
|
||||
|
||||
virtual uint32_t waitAll(uint32_t flags, uint32_t timeout = osWaitForever) = 0;
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
|
Reference in New Issue
Block a user