Searched defs:delay (Results 1 – 5 of 5) sorted by relevance
46 public static void LoopAllocFreeEnv(Semaphore sem, Semaphore delay) { in LoopAllocFreeEnv()68 final Semaphore delay = new Semaphore(0); in run() local
110 public MyThread(CountDownLatch delay, int id) { in MyThread()146 public CountDownLatch delay; field in Test1995.MyThread
169 public MyThread(CountDownLatch delay, int id) { in MyThread()205 public CountDownLatch delay; field in Test2001.MyThread
108 public MyThread(CountDownLatch delay, int id) { in MyThread()144 public CountDownLatch delay; field in Test2005.MyThread
70 @NonNull Runnable command, long delay, @NonNull TimeUnit unit) { in schedule()