Clover Git
OpenCL 1.1 software implementation
|
Marker event. More...
#include <events.h>
Public Member Functions | |
MarkerEvent (CommandQueue *parent, cl_uint num_events_in_wait_list, const Event **event_wait_list, cl_int *errcode_ret) | |
Type | type () const |
Say the event is a Coal::Event::Marker one. |
MarkerEvent::MarkerEvent | ( | CommandQueue * | parent, |
cl_uint | num_events_in_wait_list, | ||
const Event ** | event_wait_list, | ||
cl_int * | errcode_ret | ||
) |
Definition at line 1482 of file events.cpp.
Event::Type MarkerEvent::type | ( | ) | const [virtual] |
Say the event is a Coal::Event::Marker
one.
Reimplemented from Coal::WaitForEventsEvent.
Definition at line 1489 of file events.cpp.
References Coal::Event::Marker.