Home
last modified time | relevance | path

Searched refs:st_objectsteals (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DLockStats.java197 private long st_objectsteals; field in LockStats
202 return st_objectsteals; in getObjectsteals()
436 + "\n st_objectsteals=" + st_objectsteals in toString()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DLockStats.java235 private long st_objectsteals; field in LockStats
241 return st_objectsteals; in getObjectsteals()
534 + "\n st_objectsteals=" + st_objectsteals in toString()
/dports/databases/db5/db-5.3.28/src/lock/
H A Dlock_stat.c133 stats->st_objectsteals +=
134 lt->part_array[i].part_stat.st_objectsteals;
136 lt->part_array[i].part_stat.st_objectsteals)
138 lt->part_array[i].part_stat.st_objectsteals;
373 (u_long)sp->st_objectsteals);
H A Dlock.c1448 #define STEAL_NAME st_objectsteals
/dports/databases/db18/db-18.1.40/src/lock/
H A Dlock_stat.c131 stats->st_objectsteals +=
132 lt->part_array[i].part_stat.st_objectsteals;
134 lt->part_array[i].part_stat.st_objectsteals)
136 lt->part_array[i].part_stat.st_objectsteals;
376 (u_long)sp->st_objectsteals);
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DLockStats.cs176 public ulong ObjectSteals { get { return st.st_objectsteals; } }
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DLockStats.cs184 public ulong ObjectSteals { get { return st.st_objectsteals; } }
/dports/databases/db5/db-5.3.28/test/tcl/
H A Denv017.tcl121 st_objectsteals }
158 st_objectsteals st_maxosteals st_nrequests st_nreleases st_nupgrade\
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DStatStructs.cs97 internal ulong st_objectsteals; field
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DStatStructs.cs103 internal ulong st_objectsteals; field
/dports/databases/db18/db-18.1.40/test/tcl/
H A Denv017.tcl124 st_objectsteals }
161 st_maxnobjects st_maxhobjects st_objectsteals st_maxosteals \
/dports/databases/db5/db-5.3.28/dist/
H A Ddb_provider.d126 probe lock__object_steal(unsigned st_objectsteals, unsigned from, unsigned to);
H A Devents.in93 # The 'from' lock partition's st_objectsteals has been incremented.
94 object_steal(unsigned st_objectsteals, unsigned from, unsigned to);
/dports/databases/db18/db-18.1.40/dist/
H A Ddb_provider.d128 probe lock__object_steal(unsigned st_objectsteals, unsigned from, unsigned to);
H A Devents.in95 # The 'from' lock partition's st_objectsteals has been incremented.
96 object_steal(unsigned st_objectsteals, unsigned from, unsigned to);
/dports/databases/db5/db-5.3.28/lang/tcl/
H A Dtcl_lock.c274 sp->st_objectsteals);
/dports/databases/db18/db-18.1.40/lang/tcl/
H A Dtcl_lock.c289 sp->st_objectsteals);
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Djava_stat_auto.c107 JAVADB_STAT_LONG(jnienv, jobj, lock_stat_st_objectsteals_fid, statp, st_objectsteals); in __dbj_fill_lock_stat()
/dports/databases/db18/db-18.1.40/lang/java/libdb_java/
H A Djava_stat_auto.c113 JAVADB_STAT_LONG(jnienv, jobj, lock_stat_st_objectsteals_fid, statp, st_objectsteals); in __dbj_fill_lock_stat()
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb.h369 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
419 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb.h411 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
461 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
/dports/databases/db5/db-5.3.28/build_android/
H A Ddb.h368 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
418 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
/dports/databases/db5/db-5.3.28/build_wince/
H A Ddb.h411 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
461 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddb.h451 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
503 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
/dports/databases/db18/db-18.1.40/build_vxworks/
H A Ddb.h407 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member
459 uintmax_t st_objectsteals; /* Number of objects steals so far. */ member

12