HomeSort by relevance Sort by last modified time
    Searched full:readyfds (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/tests/hackbench/src/
hackbench.c 319 int readyfds[2], wakefds[2]; local
354 fdpair(readyfds);
359 total_children += group(pth_tab+total_children, num_fds, readyfds[1], wakefds[0]);
363 if (read(readyfds[0], &dummy, 1) != 1)
364 barf("Reading for readyfds");

Completed in 202 milliseconds