Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ create
Method
create
src/backend/cpu/queue.hpp:140–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
queue_event(int val) : event_(val) {}
139
140
int create() { return event_.create(); }
141
142
int mark(queue &q) { return event_.mark(q.aQueue); }
143
int wait(queue &q) { return event_.wait(q.aQueue); }
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected