Searched refs:visible (Results 1 – 9 of 9) sorted by relevance
50 bool visible = true; member135 if (e.visible) { in MaybeMutate()139 e.visible = false; in MaybeMutate()156 assert(!e.visible); in MaybeMutate()157 e.visible = true; in MaybeMutate()166 while (iter < (int)data->entries.size() && !data->entries[iter].visible) { in SkipForward()171 while (iter >= 0 && !data->entries[iter].visible) { in SkipBackward()318 if (!e.visible) continue; in FindValueForCurrentKey()339 if (!e.visible) continue; in FindValueForCurrentKey()
457 bool visible = (j == insertions - 1) || in TEST_F() local459 if (visible) { in TEST_F()
13 - Atomic reads: Either all of a write batch is visible to reads or none of it.15 - Immutable Snapshots: The reads visible to the snapshot are immutable in the sense that it will no…
10 …at is low enough to prevent background I/O spikes, which can impact user-visible read/write latenc…
16 …mit phase, where `::Commit` is invoked and the transaction writes become visible to all readers. T…
12 …down to lower levels. But adding delays will significantly increase user-visible write latency jit…
103 1. If you want a visible link to that file, update `_data/nav.yml` to add a link to your new top-le…
1781 bool visible = oldest_snapshot < obsolete_sequence; in VisibleToActiveSnapshot() local1782 if (visible) { in VisibleToActiveSnapshot()1788 return visible; in VisibleToActiveSnapshot()
14 …r a flush or compaction. The value is correct to 1. The bug should not cause user visible problems.208 * Return TryAgain status in place of Corruption when new tail is not visible to TransactionLogItera…