Home | History | Annotate | Download | only in api

Lines Matching refs:cl_event

28 PUBLIC cl_event
42 clSetUserEventStatus(cl_event ev, cl_int status) {
61 clWaitForEvents(cl_uint num_evs, const cl_event *evs) try {
65 std::for_each(evs, evs + num_evs, [&](const cl_event ev) {
91 clGetEventInfo(cl_event ev, cl_event_info param,
118 clSetEventCallback(cl_event ev, cl_int type,
119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
144 clRetainEvent(cl_event ev) {
153 clReleaseEvent(cl_event ev) {
164 clEnqueueMarker(cl_command_queue q, cl_event *ev) try {
190 const cl_event *evs) try {
197 std::for_each(evs, evs + num_evs, [&](const cl_event ev) {
218 clGetEventProfilingInfo(cl_event ev, cl_profiling_info param,