Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_test.c91 void *thread_res; in test_pidfd_send_signal_simple_success() local
131 if (pthread_join(thread, &thread_res)) in test_pidfd_send_signal_simple_success()
134 err = (int)(intptr_t)thread_res; in test_pidfd_send_signal_simple_success()