Searched refs:g_socket_condition_wait (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/ |
D | gsocket.h | 188 gboolean g_socket_condition_wait (GSocket *socket,
|
D | gsocketlistener.c | 701 if (!g_socket_condition_wait (accept_socket, G_IO_IN, in g_socket_listener_accept_socket()
|
D | gsocket.c | 2881 if (!g_socket_condition_wait (socket, in g_socket_accept() 3006 if (g_socket_condition_wait (socket, G_IO_OUT, cancellable, error)) in g_socket_connect() 4279 g_socket_condition_wait (GSocket *socket, in g_socket_condition_wait() function
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnettimeprovider.c | 190 if (!g_socket_condition_wait (socket, G_IO_IN, cancel, &err)) { in gst_net_time_provider_thread()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gsttcpclientsrc.c | 247 if (!g_socket_condition_wait (src->socket, in gst_tcp_client_src_create()
|
D | gsttcpserversrc.c | 248 if (!g_socket_condition_wait (src->client_socket, in gst_tcp_server_src_create()
|
/third_party/glib/gio/tests/ |
D | socket.c | 1012 g_socket_condition_wait (client, G_IO_HUP, NULL, &error); in test_close_graceful() 1676 while (!g_socket_condition_wait (server, G_IO_IN, NULL, NULL)) in test_get_available()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2110 g_socket_condition_wait
|