| Package | Description |
|---|---|
| jnr.ffi.provider.jffi |
| Modifier and Type | Field and Description |
|---|---|
private NativeClosurePointer |
NativeClosureFactory.ClosureReference.pointer |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentLinkedQueue<NativeClosurePointer> |
NativeClosureFactory.freeQueue |
| Modifier and Type | Method and Description |
|---|---|
(package private) NativeClosurePointer |
NativeClosureFactory.allocateClosurePointer() |
(package private) NativeClosurePointer |
NativeClosureFactory.newClosure(java.lang.Object callable,
java.lang.Integer key) |
| Modifier and Type | Method and Description |
|---|---|
private void |
NativeClosureFactory.recycle(NativeClosurePointer ptr) |
| Constructor and Description |
|---|
ClosureReference(java.lang.Object referent,
java.lang.Integer key,
NativeClosureFactory factory,
NativeClosurePointer pointer) |