Blender
V3.3
|
#include <BLI_task.h>
Public Attributes | |
void * | userdata_chunk |
Per-thread specific data passed to the callback.
Definition at line 137 of file BLI_task.h.
void* TaskParallelTLS::userdata_chunk |
Copy of user-specifier chunk, which is copied from original chunk to all worker threads. This is similar to OpenMP's firstprivate
.
Definition at line 142 of file BLI_task.h.
Referenced by BLI_task_parallel_mempool(), BLI_task_parallel_range(), and parallel_iterator_func_do().