Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dsocket.c80 echo_server_thread (gpointer user_data) in echo_server_thread() function
341 data = create_server (family, echo_server_thread, FALSE, &error); in test_ip_async()
454 data = create_server (family, echo_server_thread, FALSE, &error); in test_ip_sync()
1145 data = create_server (G_SOCKET_FAMILY_IPV4, echo_server_thread, FALSE, &error); in test_timed_wait()
1232 data = create_server (G_SOCKET_FAMILY_IPV4, echo_server_thread, FALSE, &error); in test_fd_reuse()
1937 data = create_server (family, echo_server_thread, FALSE, &error); in test_credentials_tcp_client()
Dproxy-test.c631 echo_server_thread (gpointer user_data) in echo_server_thread() function
709 data->server_thread = g_thread_new ("server", echo_server_thread, data); in create_server()