Searched refs:writer_active_ (Results 1 – 3 of 3) sorted by relevance
29 writer_active_ = false; in FinishWriting()43 if (++reader_ref_count_ != 1 || writer_active_) { in IncReaderRefCount()55 if (!writer_active_) { in DecReaderRefCount()
82 CHECK(writer_active_ || reader_ref_count_ > 0); in log_entry()102 bool writer_active_ = true; variable
98 EXPECT_EQ(expected_it->writer_active_, it->writer_active_) << "chunk #" << chunk; in VerifyChunks()