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 256 ThreadData* ThreadData::all_thread_data_list_head_ = NULL; member in class:tracked_objects::ThreadData
301 next_ = all_thread_data_list_head_;
302 all_thread_data_list_head_ = this;
308 return all_thread_data_list_head_;
816 thread_data_list = all_thread_data_list_head_;
817 all_thread_data_list_head_ = NULL;
tracked_objects.h 116 // this global list, and access via that all_thread_data_list_head_ item
510 // Push this instance to the head of all_thread_data_list_head_, linking it to
598 static ThreadData* all_thread_data_list_head_; member in class:tracked_objects::ThreadData
613 // Protection for access to all_thread_data_list_head_, and to
    [all...]

Completed in 152 milliseconds