Home
last modified time | relevance | path

Searched refs:event_mutex_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h157 std::mutex event_mutex_; variable
Dgpu_profiling.cc248 std::unique_lock<std::mutex> lock(event_mutex_); in AddEvent()