Searched refs:DB_LOCK_MAXID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_id.c78 if (region->stat.st_id == DB_LOCK_MAXID &&
79 region->stat.st_cur_maxid != DB_LOCK_MAXID)
89 region->stat.st_cur_maxid = DB_LOCK_MAXID;
H A Dlock_deadlock.c1013 if (a <= DB_LOCK_MAXID && b > DB_LOCK_MAXID)
1015 if (b <= DB_LOCK_MAXID && a > DB_LOCK_MAXID)
1020 if (a <= DB_LOCK_MAXID)
H A Dlock_region.c220 region->stat.st_cur_maxid = DB_LOCK_MAXID;
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dlock.h20 * manager. Lock IDs start at 1 and go to DB_LOCK_MAXID. Txn IDs start at
21 * DB_LOCK_MAXID + 1 and go up to TXN_MAXIMUM.
24 #define DB_LOCK_MAXID 0x7fffffff macro

Completed in 169 milliseconds