Blender  V2.93
Public Attributes | List of all members
TaskParallelIteratorStateShared Struct Reference

#include <BLI_task.h>

Public Attributes

int chunk_size
 
void * next_item
 
int next_index
 
bool is_finished
 
SpinLockspin_lock
 

Detailed Description

Definition at line 184 of file BLI_task.h.

Member Data Documentation

◆ chunk_size

int TaskParallelIteratorStateShared::chunk_size

Definition at line 186 of file BLI_task.h.

◆ is_finished

bool TaskParallelIteratorStateShared::is_finished

Definition at line 192 of file BLI_task.h.

◆ next_index

int TaskParallelIteratorStateShared::next_index

Definition at line 190 of file BLI_task.h.

◆ next_item

void* TaskParallelIteratorStateShared::next_item

Definition at line 188 of file BLI_task.h.

◆ spin_lock

SpinLock* TaskParallelIteratorStateShared::spin_lock

Definition at line 196 of file BLI_task.h.


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