Searched refs:num_clients (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMMtest.c103 int num_clients; variable
151 num_clients = MAX(1, info.avail_cpus - 1);
153 num_clients = 1;
194 num_clients = strtoul(argv[1], NULL, 0);
294 int totalmsg = num_msgs * num_clients;
504 if (num_clients > 1) {
505 for (i = 1; i < num_clients; i++) {
H A DMPMMtest.c90 int num_clients; variable
140 num_clients = 4;
193 num_clients = strtoul(argv[1], NULL, 0);
343 int totalmsg = num_msgs * num_clients;
707 int totalclients = num_servers * num_clients;
719 num_clients, (num_clients > 1)? "s" : "",
734 for (j = 0; j < num_clients; j++) {
736 &client_id[(i*num_clients) + j],

Completed in 38 milliseconds