Lines Matching full:threads_spec
131 char *threads_spec;
147 threads_spec = argv[4];
149 threads_spec = "BSBSBSBS";
151 fprintf(stderr, "loops/sleep_ms/burn/threads_spec: %d %d %d %s\n",
152 loops, sleepms, burn, threads_spec);
156 b.burn = *threads_spec++ == 'B';
157 b.sleep = *threads_spec++ == 'S';
166 l.burn = *threads_spec++ == 'B';
167 l.sleep = *threads_spec++ == 'S';
176 p.burn = *threads_spec++ == 'B';
177 p.sleep = *threads_spec++ == 'S';
186 m.burn = *threads_spec++ == 'B';
187 m.sleep = *threads_spec++ == 'S';