Searched defs:my_list (Results 1 – 3 of 3) sorted by relevance
105 struct timespec my_list[LISTSIZE]; in independent_thread() local
502 ThreadData* my_list = ThreadData::first(); in Snapshot() local537 ThreadData* my_list = ThreadData::first(); in OnProfilingPhaseCompleted() local
33 template <typename T> void ClearList(std::list<T*>* my_list) { in ClearList()