MU Library
task.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: Apache-2.0
2 // Copyright 2024 XCENA Inc.
3 
4 #pragma once
5 
6 #include <cstdint>
7 
8 namespace mu
9 {
10 
18 uint32_t getTaskIdx(void);
19 
27 uint32_t getTaskCount(void);
28 } // namespace mu
Definition: assert.hpp:9
uint32_t getTaskCount(void)
Get the total number of tasks.
uint32_t getTaskIdx(void)
Get the current task index.