Home
last modified time | relevance | path

Searched refs:worker_count (Results 1 – 1 of 1) sorted by relevance

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