#define HASHACCESS ( synch,
elt,
nelems,
hash,
ndx,
fh   ) 

Value:

do {            \
        ndx = hash(elt) % (nelems);                                     \
        MUTEX_LOCK(&synch[ndx], fh);                                    \
} while(0)

Definition at line 26 of file db_shash.h.


Generated on Sun Jun 8 10:56:49 2008 for GNUmifluz by  doxygen 1.5.5