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

Method mark

src/api/cpp/event.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35af_event event::get() const { return e_; }
36
37void event::mark() { AF_THROW(af_mark_event(e_)); }
38
39void event::enqueue() { AF_THROW(af_enqueue_wait_event(e_)); }
40

Callers 1

TESTFunction · 0.45

Calls 1

af_mark_eventFunction · 0.50

Tested by

no test coverage detected