Home | History | Annotate | Download | only in testcurl

Lines Matching refs:PAR

53  * test (total number of requests will be ROUNDS * PAR).
60 #define PAR CPU_COUNT
112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time));
170 pid_t par[PAR];
179 for (j=0;j<PAR;j++)
181 par[j] = fork ();
182 if (par[j] == 0)
214 for (j=0;j<PAR;j++)
215 waitpid (par[j], NULL, 0);