Searched defs:worker_count (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp180 int worker_count,
198 int server_count = cs_pair ? worker_count / 2 : worker_count;
202 (void)worker_count;
246 Pipe make_worker(int num, int iterations, int worker_count, int payload_size, bool cs_pair) argument
255 worker_fx(num, worker_count, iterations, payload_size, cs_pair, move(get<1>(pipe_pair)));
179 worker_fx(int num, int worker_count, int iterations, int payload_size, bool cs_pair, Pipe p) argument

Completed in 32 milliseconds