Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/timers/
H A Dthreadtest.c38 int listcount = 0; variable
88 if (listcount >= LISTSIZE) { in shared_thread()
90 listcount = 0; in shared_thread()
92 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]); in shared_thread()