Clover Git
OpenCL 1.1 software implementation
|
Event waiting for others to complete before being completed. More...
#include <events.h>
Public Member Functions | |
WaitForEventsEvent (CommandQueue *parent, cl_uint num_events_in_wait_list, const Event **event_wait_list, cl_int *errcode_ret) | |
virtual Type | type () const |
Say the event is a Coal::Event::WaitForEvents one. |
Event waiting for others to complete before being completed.
WaitForEventsEvent::WaitForEventsEvent | ( | CommandQueue * | parent, |
cl_uint | num_events_in_wait_list, | ||
const Event ** | event_wait_list, | ||
cl_int * | errcode_ret | ||
) |
Definition at line 1467 of file events.cpp.
Event::Type WaitForEventsEvent::type | ( | ) | const [virtual] |
Say the event is a Coal::Event::WaitForEvents
one.
Implements Coal::Event.
Reimplemented in Coal::MarkerEvent.
Definition at line 1474 of file events.cpp.
References Coal::Event::WaitForEvents.