Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp40 const uint32_t KILL_RETRY_INTERVAL_MS = 100 * 1000; variable
600 usleep(KILL_RETRY_INTERVAL_MS); in KillProcess()