Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_inherit.c39 static void *server_thread(void *arg) in server_thread() function
130 if (!ASSERT_OK(pthread_create(&tid, NULL, server_thread, in run_test()
/linux/tools/testing/selftests/net/
H A Dtcp_inq.c100 pthread_t server_thread; in main() local
136 if (pthread_create(&server_thread, NULL, start_server, in main()