Uses of Class
jnr.ffi.provider.jffi.NativeClosurePointer
Packages that use NativeClosurePointer
-
Uses of NativeClosurePointer in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosurePointerModifier and TypeFieldDescriptionprivate final NativeClosurePointer
NativeClosureFactory.ClosureReference.pointer
Fields in jnr.ffi.provider.jffi with type parameters of type NativeClosurePointerModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<NativeClosurePointer>
NativeClosureFactory.freeQueue
Methods in jnr.ffi.provider.jffi that return NativeClosurePointerModifier and TypeMethodDescription(package private) NativeClosurePointer
NativeClosureFactory.allocateClosurePointer()
(package private) NativeClosurePointer
NativeClosureFactory.newClosure
(Object callable, Integer key) Methods in jnr.ffi.provider.jffi with parameters of type NativeClosurePointerModifier and TypeMethodDescriptionprivate void
NativeClosureFactory.recycle
(NativeClosurePointer ptr) Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosurePointerModifierConstructorDescriptionprivate
ClosureReference
(Object referent, Integer key, NativeClosureFactory factory, NativeClosurePointer pointer)