Searched refs:childs_pipes (Results 1 – 1 of 1) sorted by relevance
166 libxl__carefd *childs_pipes[2] = { 0,0 }; in run_helper() local207 childs_pipes[childfd] = libxl__carefd_record(CTX, fds[childs_end]); in run_helper()229 libxl__carefd_fd(childs_pipes[0]), in run_helper()230 libxl__carefd_fd(childs_pipes[1]), in run_helper()235 libxl__carefd_close(childs_pipes[0]); in run_helper()236 libxl__carefd_close(childs_pipes[1]); in run_helper()244 libxl__carefd_close(childs_pipes[0]); in run_helper()245 libxl__carefd_close(childs_pipes[1]); in run_helper()
Completed in 3 milliseconds