Home
last modified time | relevance | path

Searched refs:rtEventSynchronize (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_event.cc73 auto ret = rtEventSynchronize(event_); in SyncEvent()
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Druntime_stub.cc26 rtError_t rtEventSynchronize(rtEvent_t event) { return RT_ERROR_NONE; } in rtEventSynchronize() function
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc167 auto ret = rtEventSynchronize(*event_); in SynchronizeEvent()