Searched refs:qty (Results 1 – 1 of 1) sorted by relevance
23 int qty = MIN_SOCK; in test_thread() local35 while (qty <= MAX_SOCK) { in test_thread()36 for (i=0;i < qty;i++) { in test_thread()46 printf("Thread %d: completed creating %d sockets...\n", tnum+1, qty); in test_thread()47 for (i=0;i < qty;i++) { in test_thread()54 for (i=0;i < qty;i++) { in test_thread()61 qty += (MAX_SOCK - MIN_SOCK) / 10; in test_thread()