#include <WKFThreads.h>
Public Attributes | |
wkf_mutex_t | mtx |
int | growthrate |
int | size |
int | top |
wkf_tasktile_t * | s |
Definition at line 434 of file WKFThreads.h.
|
stack growth chunk size Definition at line 436 of file WKFThreads.h. Referenced by wkf_tilestack_init, and wkf_tilestack_push. |
|
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. |
|
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. |
|
current allocated stack size Definition at line 437 of file WKFThreads.h. Referenced by wkf_tilestack_compact, wkf_tilestack_init, and wkf_tilestack_push. |
|
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. |