Searched refs:ready_ (Results 1 – 1 of 1) sorted by relevance
324 DCHECK(ready_ != true) << "Cannot Subscribe twice"; in Subscribe()329 ready_.store(true); in Subscribe()379 return ready_.load(); in AcquireIsReady()384 std::atomic<bool> ready_{false}; member