Home
last modified time | relevance | path

Searched refs:LISTSIZE (Results 1 – 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dthreadtest.c45 #define LISTSIZE 128 macro
49 struct timespec global_list[LISTSIZE];
100 if (listcount >= LISTSIZE) { in shared_thread()
101 checklist(global_list, LISTSIZE); in shared_thread()
117 struct timespec my_list[LISTSIZE]; in independent_thread()
122 for (count = 0; count < LISTSIZE; count++) in independent_thread()
124 checklist(my_list, LISTSIZE); in independent_thread()