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

/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c717 int totalclients = num_servers * num_clients; local
718 int totalmsg = num_msgs * totalclients;
730 totalclients,
740 client_id = (thread_id_t *) malloc(totalclients * sizeof(thread_id_t));
742 printf("creating %d clients\n", totalclients);
759 for (i = 0; i < totalclients; i++) {
H A DKQMPMMtest.c770 int totalclients = num_servers * num_clients; local
771 int totalmsg = num_msgs * totalclients;
783 totalclients,
793 client_id = (thread_id_t *) malloc(totalclients * sizeof(thread_id_t));
795 printf("creating %d clients\n", totalclients);
812 for (i = 0; i < totalclients; i++) {

Completed in 16 milliseconds