Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

wkf_shared_iterator_struct Struct Reference

#include <WKFThreads.h>

List of all members.

Public Attributes

wkf_mutex_t mtx
int start
int end
int current
int fatalerror


Detailed Description

iterator used for dynamic load balancing

Definition at line 473 of file WKFThreads.h.


Member Data Documentation

int wkf_shared_iterator_struct::current
 

current value

Definition at line 477 of file WKFThreads.h.

Referenced by wkf_shared_iterator_next_tile, and wkf_shared_iterator_set.

int wkf_shared_iterator_struct::end
 

ending value (exlusive)

Definition at line 476 of file WKFThreads.h.

Referenced by wkf_shared_iterator_next_tile, and wkf_shared_iterator_set.

int wkf_shared_iterator_struct::fatalerror
 

cancel processing immediately for all threads

Definition at line 478 of file WKFThreads.h.

Referenced by wkf_shared_iterator_getfatalerror, wkf_shared_iterator_next_tile, wkf_shared_iterator_set, and wkf_shared_iterator_setfatalerror.

wkf_mutex_t wkf_shared_iterator_struct::mtx
 

mutex lock

Definition at line 474 of file WKFThreads.h.

Referenced by wkf_shared_iterator_destroy, wkf_shared_iterator_getfatalerror, wkf_shared_iterator_init, wkf_shared_iterator_next_tile, wkf_shared_iterator_set, and wkf_shared_iterator_setfatalerror.

int wkf_shared_iterator_struct::start
 

starting value (inclusive)

Definition at line 475 of file WKFThreads.h.

Referenced by wkf_shared_iterator_set.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 25 02:45:33 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002