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

  /external/linux-tools-perf/bench/
sched-messaging.c 280 int readyfds[2], wakefds[2]; local
291 fdpair(readyfds);
297 readyfds[1], wakefds[0]);
301 if (read(readyfds[0], &dummy, 1) != 1)
302 barf("Reading for readyfds");

Completed in 137 milliseconds