Home | History | Annotate | Download | only in src

Lines Matching defs:num_fds

104 	unsigned int num_fds;
167 for (j = 0; j < ctx->num_fds; j++) {
264 unsigned int num_fds,
270 +num_fds*sizeof(int));
272 for (i = 0; i < num_fds; i++) {
283 ctx->num_packets = num_fds*loops;
297 for (i = 0; i < num_fds; i++) {
300 snd_ctx->num_fds = num_fds;
302 pth[num_fds+i] = create_worker(snd_ctx, (void *)(void *)sender);
307 for (i = 0; i < num_fds; i++)
311 return num_fds * 2;
318 unsigned int num_fds = 20;
349 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
359 total_children += group(pth_tab+total_children, num_fds, readyfds[1], wakefds[0]);