HomeSort by relevance Sort by last modified time
    Searched refs:widx (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/test/
bench.c 69 long idx = (long) arg, widx = idx + 1; local
74 if (widx >= num_pipes)
75 widx -= num_pipes;
76 write(pipes[2 * widx + 1], "e", 1);
  /external/chromium_org/third_party/libevent/test/
bench.c 69 long idx = (long) arg, widx = idx + 1; local
74 if (widx >= num_pipes)
75 widx -= num_pipes;
76 write(pipes[2 * widx + 1], "e", 1);

Completed in 238 milliseconds