Searched refs:event_mutex_ (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ | ||
D | gpu_profiling.h | 157 std::mutex event_mutex_; variable |
D | gpu_profiling.cc | 248 std::unique_lock<std::mutex> lock(event_mutex_); in AddEvent() |