Searched refs:LISTSIZE (Results 1 – 1 of 1) sorted by relevance
33 #define LISTSIZE 128 macro37 struct timespec global_list[LISTSIZE];88 if (listcount >= LISTSIZE) { in shared_thread()89 checklist(global_list, LISTSIZE); in shared_thread()105 struct timespec my_list[LISTSIZE]; in independent_thread()110 for (count = 0; count < LISTSIZE; count++) in independent_thread()112 checklist(my_list, LISTSIZE); in independent_thread()