Searched defs:thunk (Results 1 – 2 of 2) sorted by relevance
112 private final Runnable thunk; field in Cleaner114 private Cleaner(Object referent, Runnable thunk) { in Cleaner()129 public static Cleaner create(Object ob, Runnable thunk) { in create()
170 CleanerThunk thunk = new CleanerThunk(); in registerNativeAllocation() local