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

Method mark

src/backend/cpu/queue.hpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 int create() { return event_.create(); }
141
142 int mark(queue &q) { return event_.mark(q.aQueue); }
143 int wait(queue &q) { return event_.wait(q.aQueue); }
144 int sync() noexcept { return event_.sync(); }
145 operator bool() const noexcept { return event_; }

Callers

nothing calls this directly

Calls 1

markMethod · 0.45

Tested by

no test coverage detected