diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-11-04 21:48:24 +1100 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-11-04 21:48:24 +1100 |
commit | 3e0c2e6fa3d6f9bd047e80f577f83c25d67da951 (patch) | |
tree | e83acf453790c321eaba77d0b94488383e7a85d7 /include/celeritas.h | |
parent | 81eb8d48703f12391f1e19ab813005ebe922fabb (diff) |
incrementalvk
Diffstat (limited to 'include/celeritas.h')
-rw-r--r-- | include/celeritas.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/celeritas.h b/include/celeritas.h index 4a75abd..4e6f682 100644 --- a/include/celeritas.h +++ b/include/celeritas.h @@ -796,4 +796,6 @@ typedef struct threadpool { size_t n_workers; } threadpool; -void threadpool_add_task();
\ No newline at end of file +void threadpool_create(); +void threadpool_destroy(); +void threadpool_add_task(); |