HomeSort by: relevance | last modified time | path
    Searched defs:fds_toparent (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace.c 158 int fds_toparent[2], fds_fromparent[2]; local in function:ATF_TC_BODY
169 RL(pipe(fds_toparent));
173 FORKEE_ASSERT(close(fds_toparent[0]) == 0);
178 FORKEE_ASSERT((rv = write(fds_toparent[1], &msg, sizeof(msg)))
196 RL(close(fds_toparent[1]));
200 RL(rv = read(fds_toparent[0], &msg, sizeof(msg)));
210 printf("fds_toparent is no longer needed - close it\n");
211 RL(close(fds_toparent[0]));

Completed in 16 milliseconds