Home | History | Annotate | Download | only in gdbserver_tests

Lines Matching full:sleep

13 static int sleepms = 1000; // in each loop, will sleep "sleepms" milliseconds
14 static int burn = 0; // after each sleep, will burn cpu in a tight 'burn' loop
62 int sleep;
75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
81 if (sleepms > 0 && s->sleep) {
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
157 b.sleep = *threads_spec++ == 'S';
159 if (b.burn || b.sleep) {
167 l.sleep = *threads_spec++ == 'S';
169 if (l.burn || l.sleep) {
177 p.sleep = *threads_spec++ == 'S';
179 if (p.burn || p.sleep) {
187 m.sleep = *threads_spec++ == 'S';