Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Damx.c816 void *thread_retval; in test_context_switch() local
819 rc = pthread_join(finfo[i].thread, &thread_retval); in test_context_switch()
825 if (thread_retval != &finfo[i]) in test_context_switch()
827 i, thread_retval); in test_context_switch()