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

Method create

src/backend/common/EventBase.hpp:45–47  ·  view source on GitHub ↗

\brief Creates the event object by calling the native create API

Source from the content-addressed store, hash-verified

43
44 /// \brief Creates the event object by calling the native create API
45 ErrorType create() noexcept {
46 return NativeEventPolicy::createAndMarkEvent(&e_);
47 }
48
49 /// \brief Adds the event on the queue. Once this point on the program
50 /// is executed, the event is marked complete.

Callers

nothing calls this directly

Calls 1

createAndMarkEventFunction · 0.50

Tested by

no test coverage detected