Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp394 constexpr int waitProcMills = 300; in StartDependentProcess() local
396 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() local
466 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in KillDependentProcess()
/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp90 constexpr int waitProcMills = 300; variable
98 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills));
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp80 int waitProcMills = 300; in StartDaemonProcessArgs() local
82 std::this_thread::sleep_for(std::chrono::milliseconds(waitProcMills)); in StartDaemonProcessArgs()