Searched refs:worker_count (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderThroughputTest.cpp | 206 int worker_count, in worker_fx() argument 224 int server_count = cs_pair ? worker_count / 2 : worker_count; in worker_fx() 228 (void)worker_count; in worker_fx() 278 Pipe make_worker(int num, int iterations, int worker_count, int payload_size, bool cs_pair) in make_worker() argument 287 worker_fx(num, worker_count, iterations, payload_size, cs_pair, in make_worker()
|