Home
last modified time | relevance | path

Searched refs:g_unix_set_fd_nonblocking (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/gio/tests/
Dunix-streams.c276 g_unix_set_fd_nonblocking (writer_pipe[0], TRUE, &error); in test_pipe_io()
278 g_unix_set_fd_nonblocking (writer_pipe[1], TRUE, &error); in test_pipe_io()
280 g_unix_set_fd_nonblocking (reader_pipe[0], TRUE, &error); in test_pipe_io()
282 g_unix_set_fd_nonblocking (reader_pipe[1], TRUE, &error); in test_pipe_io()
684 g_unix_set_fd_nonblocking (fd[0], TRUE, NULL); in test_write_async_wouldblock()
685 g_unix_set_fd_nonblocking (fd[1], TRUE, NULL); in test_write_async_wouldblock()
772 g_unix_set_fd_nonblocking (fd[0], TRUE, NULL); in test_writev_async_wouldblock()
773 g_unix_set_fd_nonblocking (fd[1], TRUE, NULL); in test_writev_async_wouldblock()
/third_party/glib/glib/
Dgwakeup.c163 if (!g_unix_set_fd_nonblocking (wakeup->fds[0], TRUE, &error) || in g_wakeup_new()
164 !g_unix_set_fd_nonblocking (wakeup->fds[1], TRUE, &error)) in g_wakeup_new()
Dglib-unix.h65 gboolean g_unix_set_fd_nonblocking (gint fd,
Dglib-unix.c155 g_unix_set_fd_nonblocking (gint fd, in g_unix_set_fd_nonblocking() function
/third_party/glib/glib/tests/
Dunix.c61 res = g_unix_set_fd_nonblocking (123456, TRUE, &error); in test_error()
80 res = g_unix_set_fd_nonblocking (pipefd[0], TRUE, &error); in test_nonblocking()
88 res = g_unix_set_fd_nonblocking (pipefd[0], FALSE, &error); in test_nonblocking()
/third_party/glib/gio/inotify/
Dinotify-kernel.c396 g_unix_set_fd_nonblocking (iks->fd, TRUE, &error); in ik_source_new()
/third_party/glib/gio/
Dgsubprocess.c1449g_unix_set_fd_nonblocking (g_unix_output_stream_get_fd (G_UNIX_OUTPUT_STREAM (subprocess->stdin_pi… in g_subprocess_communicate_internal()
Dgsocket.c714 if (!g_unix_set_fd_nonblocking (socket->priv->fd, TRUE, &error)) in g_socket_constructed()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2514 g_unix_set_fd_nonblocking