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

  /external/libchrome/base/
tracked_objects.cc 297 ThreadData* ThreadData::all_thread_data_list_head_ = NULL; member in class:tracked_objects::ThreadData
345 next_ = all_thread_data_list_head_;
346 all_thread_data_list_head_ = this;
352 return all_thread_data_list_head_;
771 thread_data_list = all_thread_data_list_head_;
772 all_thread_data_list_head_ = NULL;
    [all...]
tracked_objects.h 121 // this global list, and access via that all_thread_data_list_head_ item
570 // Push this instance to the head of all_thread_data_list_head_, linking it to
648 static ThreadData* all_thread_data_list_head_; member in class:tracked_objects::ThreadData
663 // Protection for access to all_thread_data_list_head_, and to
    [all...]

Completed in 233 milliseconds