Home
last modified time | relevance | path

Searched defs:thunk (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DCleaner.java112 private final Runnable thunk; field in Cleaner
114 private Cleaner(Object referent, Runnable thunk) { in Cleaner()
129 public static Cleaner create(Object ob, Runnable thunk) { in create()
/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java170 CleanerThunk thunk = new CleanerThunk(); in registerNativeAllocation() local