|
UFO: Alien Invasion
|
#include <shared.h>

Data Fields | |
| int | numthreads |
| int | workindex |
| int | workcount |
| int | workfrac |
| int | worktick |
| bool | progress |
| int threadstate_t::numthreads |
spawned threads
Definition at line 127 of file shared.h.
Referenced by AllocBrush(), AllocPortal(), BuildTree_r(), FreeBrush(), FreePortal(), FreeTree_r(), RunSingleThreadOn(), RunThreads(), RunThreadsOn(), SelectSplitSide(), ThreadLock(), ThreadUnlock(), and U2M_Parameter().
| bool threadstate_t::progress |
are we reporting progress
Definition at line 132 of file shared.h.
Referenced by GetThreadWork(), and RunThreadsOn().
| int threadstate_t::workcount |
total work cycles
Definition at line 129 of file shared.h.
Referenced by GetThreadWork(), and RunThreadsOn().
| int threadstate_t::workfrac |
last fraction of work completed (tenths)
Definition at line 130 of file shared.h.
Referenced by GetThreadWork(), and RunThreadsOn().
| int threadstate_t::workindex |
current work cycle
Definition at line 128 of file shared.h.
Referenced by GetThreadWork(), and RunThreadsOn().
| int threadstate_t::worktick |
Number of iterations before the progress spinner is spun
Definition at line 131 of file shared.h.
Referenced by GetThreadWork(), and RunThreadsOn().