Searched refs:nwrites (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_failchk.c56 lip->nlocks == lip->nwrites))
69 if (lip->id < TXN_MINIMUM && lip->nwrites != 0) {
H A Dlock.c181 sh_locker->nwrites * sizeof(DBT);
216 sh_locker->nwrites--;
240 objlist, sh_locker->nwrites)) != 0)
826 sh_locker->nwrites++;
1012 sh_locker->nwrites++;
1181 sh_locker->nwrites--;
1332 sh_locker->nwrites--;
1674 sh_parent->nwrites += sh_locker->nwrites;
1854 new_locker->nwrites
[all...]
H A Dlock_deadlock.c504 id_array[lip->dd_id].count = lip->nwrites;
570 id_array[dd].count += lockerp->nwrites;
624 id_array[dd].count += lockerp->nwrites;
H A Dlock_id.c322 sh_locker->nwrites = 0;
H A Dlock_stat.c520 (u_long)lip->id, (long)lip->dd_id, lip->nlocks, lip->nwrites,
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dlock.h128 u_int32_t nwrites; /* Number of write locks held. */ member in struct:__db_locker

Completed in 176 milliseconds