Home
last modified time | relevance | path

Searched defs:parent_pipe (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl20.c54 int parent_pipe[2]; variable
Dfcntl19.c58 int parent_pipe[2]; variable
Dfcntl11.c54 int parent_pipe[2]; variable
Dfcntl21.c53 int parent_pipe[2]; variable
Dfcntl17.c67 int parent_pipe[2]; variable
/third_party/libuv/src/win/
Dprocess-stdio.c234 uv_pipe_t* parent_pipe = (uv_pipe_t*) fdopt.data.stream; in uv__stdio_create() local
Dpipe.c386 uv_pipe_t* parent_pipe, HANDLE* child_pipe_ptr, unsigned int flags) { in uv__create_stdio_pipe_pair()