Searched defs:blackhole (Results 1 – 5 of 5) sorted by relevance
34 private final Blackhole blackhole; field in ExecutorInstrumentationBenchmark.MyRunnable36 private MyRunnable(Blackhole blackhole) { in MyRunnable()55 public void none(final Blackhole blackhole) { in none()68 public void manual(final Blackhole blackhole) { in manual()81 public void automatic(final Blackhole blackhole) { in automatic()
33 private final Blackhole blackhole; field in ThreadInstrumentationBenchmark.MyRunnable35 private MyRunnable(Blackhole blackhole) { in MyRunnable()54 public void none(Blackhole blackhole) throws InterruptedException { in none()69 public void manual(Blackhole blackhole) throws InterruptedException { in manual()84 public void automatic(Blackhole blackhole) throws InterruptedException { in automatic()
46 blackhole []byte var
13 static volatile float blackhole[4]; variable