Fix own previous commit, sorry about that :(
This commit is contained in:
parent
2e8398c095
commit
7b92b64742
@ -95,8 +95,6 @@ void BLI_task_pool_push_from_thread(TaskPool *pool, TaskRunFunction run,
|
||||
void BLI_task_pool_work_and_wait(TaskPool *pool);
|
||||
/* cancel all tasks, keep worker threads running */
|
||||
void BLI_task_pool_cancel(TaskPool *pool);
|
||||
/* stop all worker threads */
|
||||
void BLI_task_pool_stop(TaskPool *pool);
|
||||
|
||||
/* set number of threads allowed to be used by this pool */
|
||||
void BLI_pool_set_num_threads(TaskPool *pool, int num_threads);
|
||||
|
Loading…
Reference in New Issue
Block a user