Searched refs:num_outstanding_events_ (Results 1 – 4 of 4) sorted by relevance
37 num_outstanding_events_(0) {} in EventsWriter()55 if (num_outstanding_events_ > 0) { in InitIfNeeded()57 << num_outstanding_events_ << " events will be lost."; in InitIfNeeded()83 num_outstanding_events_ = 0; in InitIfNeeded()112 num_outstanding_events_++; in WriteSerializedEvent()125 if (num_outstanding_events_ == 0) return Status::OK(); in Flush()129 num_outstanding_events_, " events to ", in Flush()132 num_outstanding_events_, " events to ", in Flush()134 VLOG(1) << "Wrote " << num_outstanding_events_ << " events to disk."; in Flush()135 num_outstanding_events_ = 0; in Flush()[all …]
38 num_outstanding_events_(0), in SingleDebugEventFileWriter()60 num_outstanding_events_.store(0); in Init()73 num_outstanding_events_.fetch_add(1); in WriteSerializedDebugEvent()81 const int num_outstanding = num_outstanding_events_.load(); in Flush()99 num_outstanding_events_.store(0); in Flush()113 num_outstanding_events_ = 0; in Close()
92 int num_outstanding_events_; variable
63 std::atomic_int_fast32_t num_outstanding_events_; variable