Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask.h43 const uint32_t kWaitInterruptTaskTime = 30; // the wait time of interrupt task variable
Dtask.cc175 if (wait_times > kWaitInterruptTaskTime) { in Join()