GNUmifluz: TXN_BUBBLE

txn.c
__P
__P
__P
__P
#define TXN_BUBBLE ( AP,
MAX )

Value:

{ \
 int __j; \
 DB_LSN __tmp; \
 \
 for (__j = 0; __j < MAX - 1; __j++) \
 if (CDB_log_compare(&AP[__j], &AP[__j + 1]) < 0) { \
 __tmp = AP[__j]; \
 AP[__j] = AP[__j + 1]; \
 AP[__j + 1] = __tmp; \
 } \
}

Definition at line 87 of file txn.c.

Referenced by __txn_makefamily(), and __txn_undo().


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

AltStyle によって変換されたページ (->オリジナル) /