Searched refs:poll_ret (Results 1 – 2 of 2) sorted by relevance
325 int poll_ret; in g_unix_output_stream_write() local335 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_output_stream_write()336 while (poll_ret == -1 && errno == EINTR); in g_unix_output_stream_write()338 if (poll_ret == -1) in g_unix_output_stream_write()
339 int poll_ret; in g_unix_input_stream_read() local349 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_input_stream_read()350 while (poll_ret == -1 && errno == EINTR); in g_unix_input_stream_read()352 if (poll_ret == -1) in g_unix_input_stream_read()