diff options
Diffstat (limited to 'src/logos/threadpool.h')
-rw-r--r-- | src/logos/threadpool.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/logos/threadpool.h b/src/logos/threadpool.h index d5df2cd..fbe43d6 100644 --- a/src/logos/threadpool.h +++ b/src/logos/threadpool.h @@ -91,4 +91,6 @@ bool threadpool_add_task(threadpool *pool, tpool_task_start do_task, bool buffer_result_for_main_thread, void *param_data, u32 param_data_size, u32 result_data_size); -void threadpool_process_results(threadpool *pool, int num_to_process);
\ No newline at end of file +void threadpool_process_results(threadpool *pool, int num_to_process); + +u32 Tpool_GetNumWorkers(); // how many threads are we using
\ No newline at end of file |