Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_enqueue_wait_event
Function
af_enqueue_wait_event
src/api/c/events.cpp:58–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
af_err af_enqueue_wait_event(const af_event handle) {
59
try {
60
enqueueWaitOnActiveQueue(handle);
61
}
62
CATCHALL;
63
64
return AF_SUCCESS;
65
}
66
67
af_err af_block_event(const af_event handle) {
68
try {
Callers
2
TEST
Function · 0.50
enqueue
Method · 0.50
Calls
1
enqueueWaitOnActiveQueue
Function · 0.50
Tested by
no test coverage detected