Searched refs:st_nlocks (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockStats.java80 private int st_nlocks; field in class:LockStats
85 return st_nlocks;
375 + "\n st_nlocks=" + st_nlocks
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_stat.c107 lt->obj_stat[i].st_nlocks = htmp.st_nlocks;
108 lt->obj_stat[i].st_maxnlocks = htmp.st_nlocks;
116 stats->st_nlocks += lt->part_array[i].part_stat.st_nlocks;
147 lt->part_array[i].part_stat.st_nlocks =
148 ptmp.st_nlocks;
150 ptmp.st_nlocks;
181 region->stat.st_nlocks =
182 region->stat.st_maxnlocks = tmp.st_nlocks;
[all...]
H A Dlock.c776 if (++lt->obj_stat[ndx].st_nlocks >
779 lt->obj_stat[ndx].st_nlocks;
780 if (++lt->part_array[part_id].part_stat.st_nlocks >
783 lt->part_array[part_id].part_stat.st_nlocks;
1351 STAT(lt->part_array[part_id].part_stat.st_nlocks--);
1352 STAT(lt->obj_stat[lockp->indx].st_nlocks--);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_lock.c252 MAKE_STAT_LIST("Current number of locks", sp->st_nlocks);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in327 u_int32_t st_nlocks; /* Current number of locks. */
369 u_int32_t st_nlocks; /* Current number of locks. */
381 u_int32_t st_nlocks; /* Current number of locks. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h317 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_stat
359 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_hstat
371 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h306 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_stat
348 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_hstat
360 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h315 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_stat
357 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_hstat
369 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h354 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_stat
396 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_hstat
408 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h354 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_stat
396 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_hstat
408 u_int32_t st_nlocks; /* Current number of locks. */ member in struct:__db_lock_pstat
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c78 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_nlocks_fid, statp, st_nlocks);

Completed in 156 milliseconds