Searched refs:st_region_nowait (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMutexStats.java65 private int st_region_nowait; field in class:MutexStats
71 return st_region_nowait;
93 + "\n st_region_nowait=" + st_region_nowait
H A DLogStats.java138 private int st_region_nowait; field in class:LogStats
144 return st_region_nowait;
225 + "\n st_region_nowait=" + st_region_nowait
H A DCacheStats.java253 private int st_region_nowait; field in class:CacheStats
259 return st_region_nowait;
385 + "\n st_region_nowait=" + st_region_nowait
H A DTransactionStats.java234 private int st_region_nowait; field in class:TransactionStats
240 return st_region_nowait;
268 + "\n st_region_nowait=" + st_region_nowait
H A DLockStats.java336 private int st_region_nowait; field in class:LockStats
342 return st_region_nowait;
406 + "\n st_region_nowait=" + st_region_nowait
/macosx-10.9.5/BerkeleyDB-21/db/log/
H A Dlog_stat.c88 &stats->st_region_wait, &stats->st_region_nowait);
219 sp->st_region_wait + sp->st_region_nowait), NULL);
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c109 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_region_nowait_fid, statp, st_region_nowait);
131 JAVADB_STAT_INT(jnienv, jobj, log_stat_st_region_nowait_fid, statp, st_region_nowait);
183 JAVADB_STAT_INT(jnienv, jobj, mpool_stat_st_region_nowait_fid, statp, st_region_nowait);
206 JAVADB_STAT_INT(jnienv, jobj, mutex_stat_st_region_nowait_fid, statp, st_region_nowait);
325 JAVADB_STAT_INT(jnienv, jobj, txn_stat_st_region_nowait_fid, statp, st_region_nowait);
/macosx-10.9.5/BerkeleyDB-21/db/mutex/
H A Dmut_stat.c82 &stats->st_region_wait, &stats->st_region_nowait);
206 sp->st_region_wait + sp->st_region_nowait), NULL);
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_stat.c135 &stats->st_region_wait, &stats->st_region_nowait);
270 sp->st_region_wait + sp->st_region_nowait), NULL);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in235 u_int32_t st_region_nowait; /* Region lock granted without wait. */
358 u_int32_t st_region_nowait; /* Region lock granted without wait. */
510 u_int32_t st_region_nowait; /* Region lock granted without wait. */
667 u_int32_t st_region_nowait; /* Region lock granted with nowait. */
891 u_int32_t st_region_nowait; /* Region lock granted without wait. */
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_stat.c159 &stats->st_region_wait, &stats->st_region_nowait);
403 sp->st_region_wait + sp->st_region_nowait), NULL);
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_stat.c154 sp->st_region_nowait += tmp_nowait;
486 gsp->st_region_wait + gsp->st_region_nowait), NULL);
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h225 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_mutex_stat
348 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_lock_stat
500 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_log_stat
657 u_int32_t st_region_nowait; /* Region lock granted with nowait. */ member in struct:__db_mpool_stat
881 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_txn_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h214 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_mutex_stat
337 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_lock_stat
489 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_log_stat
646 u_int32_t st_region_nowait; /* Region lock granted with nowait. */ member in struct:__db_mpool_stat
870 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_txn_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h223 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_mutex_stat
346 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_lock_stat
498 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_log_stat
655 u_int32_t st_region_nowait; /* Region lock granted with nowait. */ member in struct:__db_mpool_stat
879 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_txn_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h262 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_mutex_stat
385 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_lock_stat
537 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_log_stat
694 u_int32_t st_region_nowait; /* Region lock granted with nowait. */ member in struct:__db_mpool_stat
918 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_txn_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h262 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_mutex_stat
385 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_lock_stat
537 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_log_stat
694 u_int32_t st_region_nowait; /* Region lock granted with nowait. */ member in struct:__db_mpool_stat
918 u_int32_t st_region_nowait; /* Region lock granted without wait. */ member in struct:__db_txn_stat
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_lock.c280 MAKE_STAT_LIST("Number of region lock nowaits", sp->st_region_nowait);
H A Dtcl_log.c397 MAKE_STAT_LIST("Number of region lock nowaits", sp->st_region_nowait);
H A Dtcl_txn.c428 MAKE_STAT_LIST("Number of region lock nowaits", sp->st_region_nowait);
H A Dtcl_mp.c378 MAKE_STAT_LIST("Number of region lock nowaits", sp->st_region_nowait);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs2356 hv_store_iv(RETVAL, "st_region_nowait", stat->st_region_nowait) ;
4313 hv_store_iv(RETVAL, "st_region_nowait", stat->st_region_nowait) ;

Completed in 231 milliseconds