Home
last modified time | relevance | path

Searched refs:SLEEP_DURATION (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c36 #define SLEEP_DURATION 3000 // us macro
230 while (retry * SLEEP_DURATION < EXIT_APP_TIMEOUT) { in KillAndWaitStatus()
235 usleep(SLEEP_DURATION); in KillAndWaitStatus()
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_tool_unit_test.cpp36 constexpr int SLEEP_DURATION = 1000; member
51 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_DURATION)); in RunCmds()
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dtrace_collector_client_test.cpp33 constexpr int SLEEP_DURATION = 10; member
70 sleep(SLEEP_DURATION); in Sleep()

Completed in 3 milliseconds