MCPcopy 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
58af_err af_enqueue_wait_event(const af_event handle) {
59 try {
60 enqueueWaitOnActiveQueue(handle);
61 }
62 CATCHALL;
63
64 return AF_SUCCESS;
65}
66
67af_err af_block_event(const af_event handle) {
68 try {

Callers 2

TESTFunction · 0.50
enqueueMethod · 0.50

Calls 1

enqueueWaitOnActiveQueueFunction · 0.50

Tested by

no test coverage detected