Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_inherit.c67 static void *server_thread(void *arg) in server_thread() function
168 if (!ASSERT_OK(pthread_create(&tid, NULL, server_thread, in run_test()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py82 driver.get("http://%s:%s"%(cls.server_thread.host,cls.server_thread.port))
/openbmc/qemu/tests/qtest/
H A Divshmem-test.c250 static void *server_thread(void *data) in server_thread() function
326 thread.thread = g_thread_new("ivshmem-server", server_thread, &thread); in test_ivshmem_server()