Searched refs:threads_spec (Results 1 – 1 of 1) sorted by relevance
134 char *threads_spec; in main() local150 threads_spec = argv[4]; in main()152 threads_spec = "BSBSBSBS"; in main()155 loops, sleepms, burn, threads_spec); in main()159 b.burn = *threads_spec++ == 'B'; in main()160 b.sleep = *threads_spec++ == 'S'; in main()169 l.burn = *threads_spec++ == 'B'; in main()170 l.sleep = *threads_spec++ == 'S'; in main()179 p.burn = *threads_spec++ == 'B'; in main()180 p.sleep = *threads_spec++ == 'S'; in main()[all …]