Searched refs:my_list (Results 1 – 7 of 7) sorted by relevance
105 struct timespec my_list[LISTSIZE]; in independent_thread() local111 clock_gettime(CLOCK_MONOTONIC, &my_list[count]); in independent_thread()112 checklist(my_list, LISTSIZE); in independent_thread()
125 set(my_list a b c d)126 set(my_list "a;b;c;d")256 set(my_list 1 2 3)257 foreach(var ${my_list})265 foreach(var ${my_list} out_of_bounds)287 set(my_list 1 2 3)288 foreach(var IN LISTS my_list)296 foreach(var IN LISTS my_list ITEMS out_of_bounds)383 macro(print_list my_list)384 foreach(var IN LISTS my_list)[all …]
152 set(my_list a b c d)153 set(my_list "a;b;c;d")284 set(my_list 1 2 3)285 foreach(var ${my_list})293 foreach(var ${my_list} out_of_bounds)315 set(my_list 1 2 3)316 foreach(var IN LISTS my_list)324 foreach(var IN LISTS my_list ITEMS out_of_bounds)409 macro(print_list my_list)410 foreach(var IN LISTS my_list)[all …]
33 template <typename T> void ClearList(std::list<T*>* my_list) { in ClearList() argument35 while (!my_list->empty()) { in ClearList()36 packet = my_list->front(); in ClearList()38 my_list->pop_front(); in ClearList()
2477 PASS: gdb.base/dbx.exp: whereis my_list
2243 PASS: gdb.base/dbx.exp: whereis my_list
2284 PASS: gdb.base/dbx.exp: whereis my_list