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

/external/v8/test/mjsunit/regress/
H A Dregress-crbug-150729.js31 function burn() { function
37 if (j == 2) %OptimizeFunctionOnNextCall(burn);
38 burn();
/external/v8/test/mjsunit/
H A Delements-kind-depends.js30 function burn() { function
46 b = burn();
49 %OptimizeFunctionOnNextCall(burn);
50 b = burn();
/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 191 milliseconds