Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ createAndMarkEvent
Function
createAndMarkEvent
src/backend/cpu/Event.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
af_event createAndMarkEvent() {
66
af_event handle = createEvent();
67
markEventOnActiveQueue(handle);
68
return handle;
69
}
70
71
} // namespace cpu
72
} // namespace arrayfire
Callers
1
create
Method · 0.50
Calls
2
createEvent
Function · 0.70
markEventOnActiveQueue
Function · 0.70
Tested by
no test coverage detected