HomeSort by relevance Sort by last modified time
    Searched defs:burn (Results 1 - 4 of 4) sorted by null

  /external/v8/test/mjsunit/
elements-kind-depends.js 30 function burn() { function
46 b = burn();
49 %OptimizeFunctionOnNextCall(burn);
50 b = burn();
  /external/valgrind/main/gdbserver_tests/
clean_after_fork.c 17 int burn; local
18 for (burn = 0; burn < 100000; burn++) /* burncpu */__asm__ __volatile("":::"memory") ;
sleepers.c 14 static int burn = 0; // after each sleep, will burn cpu in a tight 'burn' loop variable
39 for (i = 0; i < burn; i++) loopnr++;
63 int burn; member in struct:spec
75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
86 if (burn > 0 && s->burn)
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
117 // threads wanting to burn cpu
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
burn_library.cc 115 BurnLibraryImpl* burn = static_cast<BurnLibraryImpl*>(object); local
117 // Copy burn status because it will be freed after returning from this method.
120 BurnLibraryTaskProxy* task = new BurnLibraryTaskProxy(burn->AsWeakPtr());
136 // If burn is finished, remove target paths from paths being burnt to.

Completed in 1124 milliseconds