Home | History | Annotate | Download | only in tests

Lines Matching refs:close

159   close(extinfo.library_fd);
257 ASSERT_NOERROR(close(extinfo_.relro_fd));
279 ASSERT_NOERROR(close(relro_fd));
320 ASSERT_NOERROR(close(relro_fd));
383 // close the 'wrong' ends of the pipes in the child
384 close(child_done_pipe[0]);
385 close(parent_done_pipe[1]);
399 // close write end of child_done_pipe to signal the parent that we're done.
400 close(child_done_pipe[1]);
402 // wait for the parent to close parent_done_pipe, then exit
409 // close the 'wrong' ends of the pipes in the parent
410 close(child_done_pipe[1]);
411 close(parent_done_pipe[0]);
415 close(child_done_pipe[0]);
431 // Close pipes and wait for children to exit
433 ASSERT_NOERROR(close(childpipe[i]));