This commit is contained in:
twinaphex 2020-01-21 10:40:10 +01:00
parent 32ae06510e
commit 54f3f99dc5

View File

@ -9,9 +9,12 @@ extern "C" {
#define PARALLEL_MAX_WORKERS 64u
void parallel_alinit(uint32_t num);
void parallel_run(void task(uint32_t));
uint32_t parallel_num_workers();
void parallel_close();
uint32_t parallel_num_workers(void);
void parallel_close(void);
#ifdef __cplusplus
}