Searched refs:is_observing (Results 1 – 3 of 3) sorted by relevance
60 bool is_observing() const { return my_proxy.load(std::memory_order_relaxed) != nullptr; } in is_observing() function
188 CHECK_MESSAGE(o1.is_observing(), "Arena observer has not been activated"); in TestConcurrentArenasFunc()192 CHECK_MESSAGE(o2.is_observing(), "Arena observer has not been activated"); in TestConcurrentArenasFunc()195 CHECK_MESSAGE(lo1.is_observing(), "Local observer has not been activated"); in TestConcurrentArenasFunc()199 CHECK_MESSAGE(lo2.is_observing(), "Local observer has not been activated"); in TestConcurrentArenasFunc()1695 if (it->is_observing()) { in StressTestMixFunctionality()
757 CHECK_MESSAGE(obsr.is_observing(), "Arena observer has not been activated");