MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / createAndMarkEvent

Function createAndMarkEvent

src/backend/cpu/Event.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65af_event createAndMarkEvent() {
66 af_event handle = createEvent();
67 markEventOnActiveQueue(handle);
68 return handle;
69}
70
71} // namespace cpu
72} // namespace arrayfire

Callers 1

createMethod · 0.50

Calls 2

createEventFunction · 0.70
markEventOnActiveQueueFunction · 0.70

Tested by

no test coverage detected