Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask.cc91 std::unique_lock<std::mutex> rcLock(vg->rc_mux_); in ShutdownGroup() local
95 rcLock.unlock(); in ShutdownGroup()
Dtask_manager.cc296 std::unique_lock<std::mutex> rcLock(rc_mux_); in CreateAsyncTask() local