Searched refs:pipe2_result (Results 1 – 1 of 1) sorted by relevance
1933 int pipe2_result = throwIfMinusOne(env, "pipe2", TEMP_FAILURE_RETRY(pipe2(&fds[0], flags))); in Linux_pipe2() local1934 if (pipe2_result == -1) { in Linux_pipe2()