Searched refs:threads_spec (Results 1 – 1 of 1) sorted by relevance
131 char *threads_spec; in main() local147 threads_spec = argv[4]; in main()149 threads_spec = "BSBSBSBS"; in main()152 loops, sleepms, burn, threads_spec); in main()156 b.burn = *threads_spec++ == 'B'; in main()157 b.sleep = *threads_spec++ == 'S'; in main()166 l.burn = *threads_spec++ == 'B'; in main()167 l.sleep = *threads_spec++ == 'S'; in main()176 p.burn = *threads_spec++ == 'B'; in main()177 p.sleep = *threads_spec++ == 'S'; in main()[all …]