MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_delete_event

Function af_delete_event

src/api/c/events.cpp:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40af_err af_delete_event(af_event handle) {
41 try {
42 delete &getEvent(handle);
43 }
44 CATCHALL;
45
46 return AF_SUCCESS;
47}
48
49af_err af_mark_event(const af_event handle) {
50 try {

Callers 3

TESTFunction · 0.50
~eventMethod · 0.50
event.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected