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

/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c74 int num_clients; variable
126 num_clients = 4;
179 num_clients = strtoul(argv[1], NULL, 0);
364 int totalmsg = num_msgs * num_clients;
717 int totalclients = num_servers * num_clients;
729 num_clients, (num_clients > 1)? "s" : "",
744 for (j = 0; j < num_clients; j++) {
746 &client_id[(i*num_clients) + j],
H A DKQMPMMtest.c76 int num_clients; variable
127 num_clients = 4;
180 num_clients = strtoul(argv[1], NULL, 0);
353 int totalmsg = num_msgs * num_clients;
770 int totalclients = num_servers * num_clients;
782 num_clients, (num_clients > 1)? "s" : "",
797 for (j = 0; j < num_clients; j++) {
799 &client_id[(i*num_clients) + j],

Completed in 65 milliseconds