Uses of Interface
org.jocl.EventCallbackFunction
-
Uses of EventCallbackFunction in org.jocl
Methods in org.jocl with parameters of type EventCallbackFunctionModifier and TypeMethodDescriptionstatic int
CL.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 int
CL.clSetEventCallbackNative
(cl_event event, int command_exec_callback_type, EventCallbackFunction pfn_notify, Object user_data)