Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp224 int server_count = cs_pair ? worker_count / 2 : worker_count; in worker_fx() local
230 for (int i = 0; i < server_count; i++) { in worker_fx()
243 if (!(cs_pair && num < server_count)) { in worker_fx()
246 int target = cs_pair ? num % server_count : rand() % workers.size(); in worker_fx()
Dschd-dbg.cpp338 int server_count = no_process / 2; in worker_fx() local
340 for (int i = 0; i < server_count; i++) { in worker_fx()
355 int target = num % server_count; in worker_fx()
383 cout << "\"P" << (num - server_count) << "\":{\"SYNC\":\"" in worker_fx()