activity_tracker_unittest.cc | 260 is_running_(false) {} 269 is_running_.store(true, std::memory_order_relaxed); 273 is_running_.store(false, std::memory_order_relaxed); 276 bool IsRunning() { return is_running_.load(std::memory_order_relaxed); } 283 std::atomic<bool> is_running_; member in class:base::debug::__anon27343::SimpleLockThread
|