HomeSort by relevance Sort by last modified time
    Searched refs:is_running_ (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/timer/
mock_timer.cc 11 is_running_(false) {
20 is_running_(false) {
27 return is_running_;
43 is_running_ = false;
50 is_running_ = true;
54 DCHECK(is_running_);
timer.cc 67 is_running_(false) {
81 is_running_(false) {
89 return is_running_;
110 is_running_ = false;
133 is_running_ = true;
152 is_running_ = true;
187 if (!is_running_)
mock_timer.h 36 bool is_running_; member in class:base::MockTimer
timer.h 122 void set_is_running(bool running) { is_running_ = running; }
127 bool is_running() const { return is_running_; }
195 bool is_running_; member in class:base::Timer
  /art/runtime/gc/
task_processor.cc 26 : lock_(new Mutex("Task processor lock", kReferenceProcessorLock)), is_running_(false),
48 if (!is_running_) {
59 if (!is_running_ || target_time <= current_time) {
98 return is_running_;
108 is_running_ = false;
115 is_running_ = true;
task_processor.h 78 bool is_running_ GUARDED_BY(lock_);

Completed in 213 milliseconds