Home
last modified time | relevance | path

Searched refs:mayInterrupt (Results 1 – 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java77 public boolean cancel(boolean mayInterrupt) { in cancel() argument
83 if (mayInterrupt && thread != null) in cancel()