Searched refs:s_service_started_ (Results 1 – 1 of 1) sorted by relevance
74 static std::atomic<bool> s_service_started_{false}; variable331 if (s_service_started_.load()) { // Acquire-edge (see bottom of function). in Start()370 s_service_started_.store(true); in Start()