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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java847 final void reject(Runnable command) { method in class:ThreadPoolExecutor
1378 * and so reject the task.
1389 reject(command);
1394 reject(command);

Completed in 26 milliseconds