Searched refs:blackhole (Results 1 – 11 of 11) sorted by relevance
34 private final Blackhole blackhole; field in ExecutorInstrumentationBenchmark.MyRunnable36 private MyRunnable(Blackhole blackhole) { in MyRunnable() argument37 this.blackhole = blackhole; in MyRunnable()42 blackhole.consume(Context.current()); in run()55 public void none(final Blackhole blackhole) { in none() argument56 MoreExecutors.directExecutor().execute(new MyRunnable(blackhole)); in none()68 public void manual(final Blackhole blackhole) { in manual() argument69 MoreExecutors.directExecutor().execute(Context.current().wrap(new MyRunnable(blackhole))); in manual()81 public void automatic(final Blackhole blackhole) { in automatic() argument82 MoreExecutors.directExecutor().execute(new MyRunnable(blackhole)); in automatic()
33 private final Blackhole blackhole; field in ThreadInstrumentationBenchmark.MyRunnable35 private MyRunnable(Blackhole blackhole) { in MyRunnable() argument36 this.blackhole = blackhole; in MyRunnable()41 blackhole.consume(Context.current()); in run()54 public void none(Blackhole blackhole) throws InterruptedException { in none() argument55 Thread t = new Thread(new MyRunnable(blackhole)); in none()69 public void manual(Blackhole blackhole) throws InterruptedException { in manual() argument70 Thread t = new Thread((Context.current().wrap(new MyRunnable(blackhole)))); in manual()84 public void automatic(Blackhole blackhole) throws InterruptedException { in automatic() argument85 Thread t = new Thread(new MyRunnable(blackhole)); in automatic()
46 blackhole []byte var70 blackhole = raw83 blackhole = raw
13 static volatile float blackhole[4]; variable36 fs.store((float*)blackhole); in onDraw()54 fs.store((float*)blackhole); in onDraw()
158 blackhole = resolve_address('blackhole.snakebite.net', 56666)227 blackhole[0],228 blackhole[1],233 self.addr_remote = blackhole
92 declare void @blackhole(<2 x i8*>)106 ; CHECK-NEXT: call void @blackhole(<2 x i8*> [[E6]])123 call void @blackhole(<2 x i8*> %e6)138 ; CHECK-NEXT: call void @blackhole(<2 x i8*> [[E6]])152 call void @blackhole(<2 x i8*> %e6)168 ; CHECK-NEXT: call void @blackhole(<2 x i8*> [[E6]])185 call void @blackhole(<2 x i8*> %e6)
67 __ADD(RTN_BLACKHOLE,blackhole)
27 a blackhole address
98 - blackhole if there's mismatching SAs.
6 * Copyright (C) 2009 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu)