HomeSort by relevance Sort by last modified time
    Searched refs:threadDone (Results 1 - 6 of 6) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testatomic.c 117 static SDL_sem *threadDone;
129 SDL_SemPost(threadDone);
141 threadDone = SDL_CreateSemaphore(0);
149 SDL_SemWait(threadDone);
151 SDL_DestroySemaphore(threadDone);
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 421 final CountDownLatch threadDone = new CountDownLatch(1);
428 threadDone.countDown();
433 threadDone.await();
    [all...]
ScheduledExecutorTest.java 365 final CountDownLatch threadDone = new CountDownLatch(1);
372 threadDone.countDown();
377 threadDone.await();
    [all...]
ThreadPoolExecutorSubclassTest.java 335 final CountDownLatch threadDone = new CountDownLatch(1);
342 threadDone.countDown();
347 threadDone.await();
    [all...]
ThreadPoolExecutorTest.java 188 final CountDownLatch threadDone = new CountDownLatch(1);
195 threadDone.countDown();
200 threadDone.await();
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 302 milliseconds