Home
last modified time | relevance | path

Searched refs:rtEventDestroy (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_event.cc41 auto ret = rtEventDestroy(event_); in ~AscendEvent()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc284 if (rtEventDestroy(event_list_[i]) != RT_ERROR_NONE) { in RtEventDestory()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc124 rtError_t rtEventDestroy(rtEvent_t event) { return RT_ERROR_NONE; } in rtEventDestroy() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc172 ret = rtEventDestroy(*event_); in SynchronizeEvent()