HomeSort by relevance Sort by last modified time
    Searched full:taker (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp 106 RUndertaker taker; local
107 taker.Create();
109 taker.Logon(status, thread->handle);
111 taker.Close();
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
SynchronousQueueTest.java 67 * offer fails if no active taker
75 * add throws ISE if no active taker
120 * addAll throws ISE if no active taker
145 * put blocks interruptibly if no active taker
222 * put blocks interruptibly if no active taker
298 * poll fails unless active taker
306 * timed pool with zero timeout times out if no active taker
314 * timed pool with nonzero timeout times out if no active taker
422 * remove throws NSEE if no active taker
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 61 * it signals taker. That taker in turn signals others if more

Completed in 226 milliseconds