Searched defs:widx (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/libevent/test/
H A Dbench.c69 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 71 milliseconds