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

Method syncForEvent

src/backend/oneapi/Event.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 static ErrorType syncForEvent(EventType *e) noexcept {
40 (*e)->wait();
41 return 0;
42 }
43
44 static ErrorType destroyEvent(EventType *e) noexcept {
45 delete *e;

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected