Searched refs:pollingAddress (Results 1 – 1 of 1) sorted by relevance
41 private final long pollingAddress; field in Cancellable49 pollingAddress = unsafe.allocateMemory(4); in Cancellable()50 unsafe.putIntVolatile(null, pollingAddress, 0); in Cancellable()58 return pollingAddress; in addressToPollForCancel()77 unsafe.putIntVolatile(null, pollingAddress, cancelValue()); in cancel()103 unsafe.freeMemory(pollingAddress); in run()