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

  /external/chromium_org/base/
tracked_objects.cc 858 current_thread_data_(ThreadData::Get()),
867 if (!current_thread_data_)
870 parent_ = current_thread_data_->current_stopwatch_;
878 current_thread_data_->current_stopwatch_ = this;
900 if (!current_thread_data_)
903 DCHECK(current_thread_data_->current_stopwatch_ == this);
904 current_thread_data_->current_stopwatch_ = parent_;
931 return current_thread_data_;
tracked_objects.h 735 ThreadData* current_thread_data_; member in class:tracked_objects::TaskStopwatch
    [all...]

Completed in 3817 milliseconds