Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
af_event event::get() const { return e_; }
36
37
void event::mark() { AF_THROW(af_mark_event(e_)); }
38
39
void event::enqueue() { AF_THROW(af_enqueue_wait_event(e_)); }
40
Callers
1
TEST
Function · 0.45
Calls
1
af_mark_event
Function · 0.50
Tested by
no test coverage detected