101static inline void __TTL_dump_event(
const TTL_event_t *
const ttl_event) {
103 const unsigned char *
const event = *(
const unsigned char **)ttl_event;
106 printf(
"event=NULL");
108 printf(
"event=%p (channels mask=0x%x)", event, *event);
event_t TTL_event_t
TTL_event_t is a pseudonym for OpenCL event_t.
unsigned char event_t
event_t is not supported, so provide a harmless placeholder
unsigned int TTL_dim_t
The type used to hold the size of an object along any dimension.
int TTL_offset_dim_t
The type used to hold offsets and origins.