Searched refs:start_pending_ (Results 1 – 2 of 2) sorted by relevance
285 if (start_pending_) in OnConnect()1218 consumer->start_pending_ = true; in StartTracingSession()1222 consumer->start_pending_ = false; in StartTracingSession()1259 if (!consumer || consumer->start_pending_ || consumer->stop_pending_ || in FlushTracingSession()1275 if (consumer->start_pending_) { in StopTracingSession()
270 bool start_pending_ = false; variable