Searched refs:tmp_wait (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/mp/
H A Dmp_stat.c88 u_int32_t tmp_wait, tmp_nowait; local
153 c_mp->mtx_region, &tmp_wait, &tmp_nowait);
155 sp->st_region_wait += tmp_wait;
819 u_int32_t i, tmp_nowait, tmp_wait; local
825 env, hp->mtx_hash, &tmp_wait, &tmp_nowait);
827 mstat->st_hash_wait += tmp_wait;
828 if (tmp_wait > mstat->st_hash_max_wait) {
829 mstat->st_hash_max_wait = tmp_wait;
/macosx-10.10.1/BerkeleyDB-21/db/lock/
H A Dlock_stat.c73 u_int32_t i, tmp_wait, tmp_nowait; local
135 lt->part_array[i].mtx_part, &tmp_wait, &tmp_nowait);
137 stats->st_part_wait += tmp_wait;
138 if (tmp_wait > stats->st_part_max_wait) {
140 stats->st_part_max_wait = tmp_wait;

Completed in 121 milliseconds