Searched defs:getTask (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/support/
H A DThreadPool.java54 protected synchronized Runnable getTask() throws InterruptedException { method in class:ThreadPool
101 task = getTask();
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java449 * decrements are performed within getTask.
1064 private Runnable getTask() { method in class:ThreadPoolExecutor
1108 * running, we get tasks from getTask. If it returns null then the
1152 while (task != null || (task = getTask()) != null) {

Completed in 2926 milliseconds