Searched defs:threads_spec (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/gdbserver_tests/
H A Dsleepers.c131 char *threads_spec; local
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
[all...]

Completed in 124 milliseconds