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

wkf_tilestack_t Struct Reference

#include <WKFThreads.h>

List of all members.

Public Attributes

wkf_mutex_t mtx
int growthrate
int size
int top
wkf_tasktile_ts


Detailed Description

stack of work tiles, for error handling

Definition at line 434 of file WKFThreads.h.


Member Data Documentation

int wkf_tilestack_t::growthrate
 

stack growth chunk size

Definition at line 436 of file WKFThreads.h.

Referenced by wkf_tilestack_init, and wkf_tilestack_push.

wkf_mutex_t wkf_tilestack_t::mtx
 

Mutex lock for the structure

Definition at line 435 of file WKFThreads.h.

Referenced by wkf_tilestack_compact, wkf_tilestack_destroy, wkf_tilestack_empty, wkf_tilestack_init, wkf_tilestack_pop, wkf_tilestack_popall, and wkf_tilestack_push.

wkf_tasktile_t* wkf_tilestack_t::s
 

stack of task tiles

Definition at line 439 of file WKFThreads.h.

Referenced by wkf_tilestack_compact, wkf_tilestack_destroy, wkf_tilestack_init, wkf_tilestack_pop, and wkf_tilestack_push.

int wkf_tilestack_t::size
 

current allocated stack size

Definition at line 437 of file WKFThreads.h.

Referenced by wkf_tilestack_compact, wkf_tilestack_init, and wkf_tilestack_push.

int wkf_tilestack_t::top
 

index of top stack element

Definition at line 438 of file WKFThreads.h.

Referenced by wkf_tilestack_compact, wkf_tilestack_empty, wkf_tilestack_init, wkf_tilestack_pop, wkf_tilestack_popall, and wkf_tilestack_push.


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