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