Blender  V3.3
Public Attributes | List of all members
TaskParallelIteratorStateShared Struct Reference

#include <BLI_task.h>

Public Attributes

int chunk_size
 
voidnext_item
 
int next_index
 
bool is_finished
 
SpinLockspin_lock
 

Detailed Description

This data is shared between all tasks, its access needs thread lock or similar protection.

Definition at line 208 of file BLI_task.h.

Member Data Documentation

◆ chunk_size

int TaskParallelIteratorStateShared::chunk_size

Definition at line 210 of file BLI_task.h.

◆ is_finished

bool TaskParallelIteratorStateShared::is_finished

Definition at line 216 of file BLI_task.h.

◆ next_index

int TaskParallelIteratorStateShared::next_index

Definition at line 214 of file BLI_task.h.

◆ next_item

void* TaskParallelIteratorStateShared::next_item

Definition at line 212 of file BLI_task.h.

◆ spin_lock

SpinLock* TaskParallelIteratorStateShared::spin_lock

Definition at line 220 of file BLI_task.h.


The documentation for this struct was generated from the following file: