MCPcopy 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
49af_err af_mark_event(const af_event handle) {
50 try {
51 markEventOnActiveQueue(handle);
52 }
53 CATCHALL;
54
55 return AF_SUCCESS;
56}
57
58af_err af_enqueue_wait_event(const af_event handle) {
59 try {

Callers 2

TESTFunction · 0.50
markMethod · 0.50

Calls 1

markEventOnActiveQueueFunction · 0.50

Tested by

no test coverage detected