Searched refs:getTask (Results 1 – 3 of 3) sorted by relevance
54 protected synchronized Runnable getTask() throws InterruptedException { in getTask() method in ThreadPool101 task = getTask(); in run()
1043 private Runnable getTask() { in getTask() method in ThreadPoolExecutor1131 while (task != null || (task = getTask()) != null) { in runWorker()
172 private java.lang.Runnable getTask() { in getTask() method in ThreadPoolExecutor