Searched refs:run_duration_max_ (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dtracked_objects.h341 return base::subtle::NoBarrier_Load(&run_duration_max_);
385 base::subtle::Atomic32 run_duration_max_; member in class:tracked_objects::DeathData
H A Dtracked_objects.cc95 run_duration_max_(0),
107 run_duration_max_(other.run_duration_max_),
158 base::subtle::NoBarrier_Store(&run_duration_max_, run_duration);
208 base::subtle::NoBarrier_Store(&run_duration_max_, 0);

Completed in 34 milliseconds