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

  /external/chromium_org/base/
tracked_objects.cc 259 ThreadData* ThreadData::all_thread_data_list_head_ = NULL; member in class:tracked_objects::ThreadData
306 next_ = all_thread_data_list_head_;
307 all_thread_data_list_head_ = this;
313 return all_thread_data_list_head_;
811 thread_data_list = all_thread_data_list_head_;
812 all_thread_data_list_head_ = NULL;
tracked_objects.h 116 // this global list, and access via that all_thread_data_list_head_ item
508 // Push this instance to the head of all_thread_data_list_head_, linking it to
602 static ThreadData* all_thread_data_list_head_; member in class:tracked_objects::ThreadData
617 // Protection for access to all_thread_data_list_head_, and to
    [all...]

Completed in 179 milliseconds