Searched refs:g_unix_set_fd_nonblocking (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/gio/tests/ |
D | unix-streams.c | 276 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/ |
D | gwakeup.c | 163 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()
|
D | glib-unix.h | 65 gboolean g_unix_set_fd_nonblocking (gint fd,
|
D | glib-unix.c | 155 g_unix_set_fd_nonblocking (gint fd, in g_unix_set_fd_nonblocking() function
|
/third_party/glib/glib/tests/ |
D | unix.c | 61 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/ |
D | inotify-kernel.c | 396 g_unix_set_fd_nonblocking (iks->fd, TRUE, &error); in ik_source_new()
|
/third_party/glib/gio/ |
D | gsubprocess.c | 1449 …g_unix_set_fd_nonblocking (g_unix_output_stream_get_fd (G_UNIX_OUTPUT_STREAM (subprocess->stdin_pi… in g_subprocess_communicate_internal()
|
D | gsocket.c | 714 if (!g_unix_set_fd_nonblocking (socket->priv->fd, TRUE, &error)) in g_socket_constructed()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2514 g_unix_set_fd_nonblocking
|