Searched refs:waitForEvents (Results 1 – 10 of 10) sorted by relevance
81 virtual cl_int waitForEvents(const cl::EventPtrs &events) = 0;
329 cl_int Context::waitForEvents(cl_uint numEvents, const cl_event *eventList) in waitForEvents() function in cl::Context331 return mImpl->waitForEvents(Event::Cast(numEvents, eventList)); in waitForEvents()
111 cl_int waitForEvents(cl_uint numEvents, const cl_event *eventList);
86 cl_int waitForEvents(const cl::EventPtrs &events) override;
347 cl_int CLContextCL::waitForEvents(const cl::EventPtrs &events) in waitForEvents() function in rx::CLContextCL
634 return (*event_list)->cast<Event>().getContext().waitForEvents(num_events, event_list); in WaitForEvents()
3093 waitForEvents(const vector<Event>& events) in waitForEvents() function in cl::Event
2957 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents() function in cl::Event
3245 waitForEvents(const vector<Event>& events) in waitForEvents() function in cl::Event
2974 waitForEvents(const VECTOR_CLASS<Event>& events) in waitForEvents() function in cl::Event