Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 8 of 8) sorted by relevance

/art/test/053-wait-some/src/
DMain.java55 for (long delay : DELAYS) { in doit()
56 System.out.println("Waiting for " + delay + "ms..."); in doit()
57 long min = delay - 1; in doit()
58 long max = delay + MAX_SCHED_MILLIS; in doit()
66 sleepy.wait(delay); in doit()
/art/test/1941-dispose-stress/src/art/
DTest1941.java46 public static void LoopAllocFreeEnv(Semaphore sem, Semaphore delay) { in LoopAllocFreeEnv() argument
49 delay.acquire(); in LoopAllocFreeEnv()
68 final Semaphore delay = new Semaphore(0); in run() local
69 Thread thr = new Thread(() -> { LoopAllocFreeEnv(sem, delay); }, "LoopNative"); in run()
81 delay.release(); in run()
/art/test/1995-final-virtual-structural-multithread/src/art/
DTest1995.java110 public MyThread(CountDownLatch delay, int id) { in MyThread() argument
115 this.delay = delay; in MyThread()
119 delay.countDown(); in run()
146 public CountDownLatch delay; field in Test1995.MyThread
/art/test/2001-virtual-structural-multithread/src-art/art/
DTest2001.java169 public MyThread(CountDownLatch delay, int id) { in MyThread() argument
174 this.delay = delay; in MyThread()
178 delay.countDown(); in run()
205 public CountDownLatch delay; field in Test2001.MyThread
/art/test/2005-pause-all-redefine-multithreaded/src/art/
DTest2005.java108 public MyThread(CountDownLatch delay, int id) { in MyThread() argument
113 this.delay = delay; in MyThread()
117 delay.countDown(); in run()
144 public CountDownLatch delay; field in Test2005.MyThread
/art/libartservice/service/javatests/com/android/server/art/testing/
DMockClock.java70 @NonNull Runnable command, long delay, @NonNull TimeUnit unit) { in schedule() argument
74 tasks.add(Pair.create(task, getCurrentTimeMs() + unit.toMillis(delay))); in schedule()
/art/runtime/
Dmutator_gc_coord.md42 cooperate with the GC, doesn't delay GC completion. `@FastNative` and
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt6611 Ljava/util/concurrent/CompletableFuture$DelayedExecutor;->delay:J
6616 Ljava/util/concurrent/CompletableFuture$Delayer;->delay(Ljava/lang/Runnable;JLjava/util/concurrent/…