Searched refs:getUpdateNotifier (Results 1 – 1 of 1) sorted by relevance
67 Atomic<bool>& getUpdateNotifier() { in getUpdateNotifier() function144 void UpdateHealthInfo(HealthInfo*) override { getUpdateNotifier().set(true /* updated */); } in UpdateHealthInfo()161 if (!getUpdateNotifier().waitFor(1000 /* wait ms */, true /* updated */)) { in main()