core | glapi | vbo | math | shader | swrast | swrast_setup | tnl | tnl_dd

_mesa_HashTable Struct Reference


Detailed Description

The hash table data structure.

Data Fields

struct HashEntryTable [TABLE_SIZE]
 the lookup table
GLuint MaxKey
 highest key inserted so far
_glthread_Mutex Mutex
 mutual exclusion lock
_glthread_Mutex WalkMutex
 for _mesa_HashWalk()
GLboolean InDeleteAll
 Debug check.

Field Documentation

struct HashEntry* _mesa_HashTable::Table[TABLE_SIZE] [read]

the lookup table

GLuint _mesa_HashTable::MaxKey

highest key inserted so far

_glthread_Mutex _mesa_HashTable::Mutex

mutual exclusion lock

_glthread_Mutex _mesa_HashTable::WalkMutex

for _mesa_HashWalk()

GLboolean _mesa_HashTable::InDeleteAll

Debug check.


The documentation for this struct was generated from the following file:
Generated on Sun Sep 27 06:47:46 2009 for Mesa Main by  doxygen 1.5.4