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