Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DCancellable.java66 protected int cancelValue() { in cancelValue() method in Cancellable
77 unsafe.putIntVolatile(null, pollingAddress, cancelValue()); in cancel()