Searched refs:server_thread (Results 1 – 4 of 4) sorted by relevance
100 pthread_t server_thread; in main() local136 if (pthread_create(&server_thread, NULL, start_server, in main()
67 static void *server_thread(void *arg) in server_thread() function168 if (!ASSERT_OK(pthread_create(&tid, NULL, server_thread, in run_test()
82 driver.get("http://%s:%s"%(cls.server_thread.host,cls.server_thread.port))
250 static void *server_thread(void *data) in server_thread() function326 thread.thread = g_thread_new("ivshmem-server", server_thread, &thread); in test_ivshmem_server()