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

/external/valgrind/gdbserver_tests/
H A Dclean_after_fork.c17 int burn; local
18 for (burn = 0; burn < 100000; burn++) /* burncpu */__asm__ __volatile("":::"memory") ;
H A Dsleepers.c15 static int burn = 0; // after each sleep, will burn cpu in a tight 'burn' loop variable
41 for (i = 0; i < burn; i++) loopnr++;
65 int burn; member in struct:spec
77 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
91 if (burn > 0 && s->burn)
95 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
122 // threads wanting to burn cp
[all...]

Completed in 476 milliseconds