Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dxstate.c181 void *thread_retval; in checkout_threads() local
186 err = pthread_join(finfo[i].thread, &thread_retval); in checkout_threads()
190 if (thread_retval != &finfo[i]) { in checkout_threads()
192 i, thread_retval); in checkout_threads()