Searched refs:childfd (Results 1 – 1 of 1) sorted by relevance
194 int childfd; in run_helper() local195 for (childfd=0; childfd<2; childfd++) { in run_helper()203 int childs_end = childfd==0 ? 0 /*read*/ : 1 /*write*/; in run_helper()204 int our_end = childfd==0 ? 1 /*write*/ : 0 /*read*/; in run_helper()205 childs_pipes[childfd] = libxl__carefd_record(CTX, fds[childs_end]); in run_helper()206 shs->pipes[childfd] = libxl__carefd_record(CTX, fds[our_end]); in run_helper()
Completed in 6 milliseconds