Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Damx.c786 void *thread_retval; in test_context_switch() local
789 rc = pthread_join(finfo[i].thread, &thread_retval); in test_context_switch()
795 if (thread_retval != &finfo[i]) in test_context_switch()
797 i, thread_retval); in test_context_switch()