Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dutimer-test.c108 pthread_t ticking_thread; in TEST_F() local
125 pthread_create(&ticking_thread, NULL, ticking_func, in TEST_F()
135 pthread_join(ticking_thread, NULL); in TEST_F()