Home
last modified time | relevance | path

Searched refs:update_ctx (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/
Dwrite_thread.cc135 bool update_ctx = false; in AwaitState() local
143 update_ctx = Random::GetTLSInstance()->OneIn(sampling_base); in AwaitState()
145 if (update_ctx || yield_credit.load(std::memory_order_relaxed) >= 0) { in AwaitState()
176 update_ctx = true; in AwaitState()
190 if (update_ctx) { in AwaitState()