UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
threadstate_s Struct Reference

#include <shared.h>

Data Fields

int numthreads
 
int workindex
 
int workcount
 
int workfrac
 
int worktick
 
bool progress
 

Detailed Description

Definition at line 126 of file shared.h.

Field Documentation

int threadstate_s::numthreads

spawned threads

Definition at line 127 of file shared.h.

bool threadstate_s::progress

are we reporting progress

Definition at line 132 of file shared.h.

int threadstate_s::workcount

total work cycles

Definition at line 129 of file shared.h.

int threadstate_s::workfrac

last fraction of work completed (tenths)

Definition at line 130 of file shared.h.

int threadstate_s::workindex

current work cycle

Definition at line 128 of file shared.h.

int threadstate_s::worktick

Number of iterations before the progress spinner is spun

Definition at line 131 of file shared.h.


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