Searched refs:commitWait_ (Results 1 – 2 of 2) sorted by relevance
61 if (commitWait_) { in ProcessEvent()66 commitWait_ = true; in ProcessEvent()74 commitWait_ = !Write(); in ProcessEvent()76 if (commitWait_) { in ProcessEvent()
50 std::atomic<bool> commitWait_ = false; variable