Searched refs:waitProcMills (Results 1 – 3 of 3) sorted by relevance
394 constexpr int waitProcMills = 300; in StartDependentProcess() local396 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()404 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()413 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()422 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()430 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()432 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()434 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDependentProcess()464 constexpr int waitProcMills = 300; in KillDependentProcess() local466 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in KillDependentProcess()
90 constexpr int waitProcMills = 300; variable98 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills));
80 int waitProcMills = 300; in StartDaemonProcessArgs() local82 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDaemonProcessArgs()