Searched defs:commandStatus (Results 1 – 4 of 4) sorted by relevance
30 Command.Status commandStatus = commandProcessor.process(scanner.nextLine()); in main() local
52 void CL_CALLBACK single_event_callback_function_flags( cl_event event, cl_int commandStatus, void *… in single_event_callback_function_flags()193 void CL_CALLBACK simultaneous_event_callback_function( cl_event event, cl_int commandStatus, void *… in simultaneous_event_callback_function()
64 void CLEventCL::Callback(cl_event event, cl_int commandStatus, void *userData) in Callback()
116 void Event::callback(cl_int commandStatus) in callback()