Home
last modified time | relevance | path

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

/tools/testing/selftests/timers/
Dthreadtest.c50 int listcount = 0; variable
100 if (listcount >= LISTSIZE) { in shared_thread()
102 listcount = 0; in shared_thread()
104 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]); in shared_thread()