Searched refs:threads_spec (Results 1 – 1 of 1) sorted by relevance
136 char *threads_spec; in main() local152 threads_spec = argv[4]; in main()154 threads_spec = "BSBSBSBS"; in main()157 loops, sleepms, burn, threads_spec, argc > 5 && atoi(argv[5])); in main()161 b.burn = *threads_spec++ == 'B'; in main()162 b.sleep = *threads_spec++ == 'S'; in main()171 l.burn = *threads_spec++ == 'B'; in main()172 l.sleep = *threads_spec++ == 'S'; in main()181 p.burn = *threads_spec++ == 'B'; in main()182 p.sleep = *threads_spec++ == 'S'; in main()[all …]