Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_record.cpp932 static constexpr uint64_t waitCheckSleepMs = 200; in ProcessControl() local
933 std::this_thread::sleep_for(milliseconds(waitCheckSleepMs)); in ProcessControl()
935 std::this_thread::sleep_for(milliseconds(waitCheckSleepMs)); in ProcessControl()