Uses of Interface
org.jocl.EventCallbackFunction
-
Uses of EventCallbackFunction in org.jocl
Methods in org.jocl with parameters of type EventCallbackFunctionModifier and TypeMethodDescriptionstatic intCL.clSetEventCallback(cl_event event, int command_exec_callback_type, EventCallbackFunction pfn_notify, Object user_data) Registers a user callback function for a specific command execution status.private static intCL.clSetEventCallbackNative(cl_event event, int command_exec_callback_type, EventCallbackFunction pfn_notify, Object user_data)