Searched refs:status_sent_ (Results 1 – 2 of 2) sorted by relevance
37 status_sent_(other.status_sent_.load()), in ShmBuffer()40 other.status_sent_ = true; in ShmBuffer()44 CHECK(status_sent_) << "Disposing of ShmBuffer before setting status"; in ~ShmBuffer()55 CHECK(!status_sent_.exchange(true)) << "Status should only be sent once"; in SendStatus()
62 std::atomic<bool> status_sent_ = false; variable