Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_mark_event
Function
af_mark_event
src/api/c/events.cpp:49–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
af_err af_mark_event(const af_event handle) {
50
try {
51
markEventOnActiveQueue(handle);
52
}
53
CATCHALL;
54
55
return AF_SUCCESS;
56
}
57
58
af_err af_enqueue_wait_event(const af_event handle) {
59
try {
Callers
2
TEST
Function · 0.50
mark
Method · 0.50
Calls
1
markEventOnActiveQueue
Function · 0.50
Tested by
no test coverage detected