Searched refs:st_maxhlocks (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockStats.java96 private int st_maxhlocks; field in class:LockStats
101 return st_maxhlocks;
377 + "\n st_maxhlocks=" + st_maxhlocks
/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_stat.c98 if (stats->st_maxhlocks < lt->obj_stat[i].st_maxnlocks)
99 stats->st_maxhlocks = lt->obj_stat[i].st_maxnlocks;
340 (u_long)sp->st_maxhlocks);
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_lock.c255 sp->st_maxhlocks);
/macosx-10.10/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c80 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_maxhlocks_fid, statp, st_maxhlocks);
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb.in329 u_int32_t st_maxhlocks; /* Maximum number of locks in any bucket. */
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb.h319 u_int32_t st_maxhlocks; /* Maximum number of locks in any bucket. */ member in struct:__db_lock_stat
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb.h308 u_int32_t st_maxhlocks; /* Maximum number of locks in any bucket. */ member in struct:__db_lock_stat
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h317 u_int32_t st_maxhlocks; /* Maximum number of locks in any bucket. */ member in struct:__db_lock_stat
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb.h356 u_int32_t st_maxhlocks; /* Maximum number of locks in any bucket. */ member in struct:__db_lock_stat
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb.h356 u_int32_t st_maxhlocks; /* Maximum number of locks in any bucket. */ member in struct:__db_lock_stat

Completed in 278 milliseconds