#define SH_TAILQ_INIT ( head   ) 

Value:

{                                               \
        (head)->stqh_first = -1;                                        \
        (head)->stqh_last = SH_PTR_TO_OFF(head, &(head)->stqh_first);   \
}

Definition at line 157 of file shqueue.h.

Referenced by __lock_init(), __log_init(), __mpool_init(), __txn_init(), CDB___db_hashinit(), and CDB___lock_getobj().


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