Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c187 static pthread_t ctd_thread; variable
192 if (pthread_self() != ctd_thread) in ctd_sighandler()
235 if (pthread_create(&ctd_thread, NULL, ctd_thread_func, NULL)) in check_timer_distribution()
239 if (pthread_join(ctd_thread, (void **)&errmsg) || errmsg) in check_timer_distribution()