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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockStats.java273 private int st_part_max_wait; field in class:LockStats
279 return st_part_max_wait;
399 + "\n st_part_max_wait=" + st_part_max_wait
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c138 if (tmp_wait > stats->st_part_max_wait) {
140 stats->st_part_max_wait = tmp_wait;
390 (u_long)sp->st_part_max_wait, DB_PCT(sp->st_part_max_wait,
391 sp->st_part_max_wait + sp->st_part_max_nowait), NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c297 sp->st_part_max_wait);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c102 JAVADB_STAT_INT(jnienv, jobj, lock_stat_st_part_max_wait_fid, statp, st_part_max_wait);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h341 u_int32_t st_part_max_wait; /* Max partition lock granted after wait. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h330 u_int32_t st_part_max_wait; /* Max partition lock granted after wait. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h351 u_int32_t st_part_max_wait; /* Max partition lock granted after wait. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h339 u_int32_t st_part_max_wait; /* Max partition lock granted after wait. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h378 u_int32_t st_part_max_wait; /* Max partition lock granted after wait. */ member in struct:__db_lock_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h378 u_int32_t st_part_max_wait; /* Max partition lock granted after wait. */ member in struct:__db_lock_stat

Completed in 237 milliseconds