Searched refs:msleeptime (Results 1 – 1 of 1) sorted by relevance
279 uint32_t msleeptime = GetUintProperty(kSleepTimeProp, msleeptime_default, max_msleeptime); in cp_healthDaemon() local285 req.tv_sec = msleeptime / 1000; in cp_healthDaemon()286 msleeptime %= 1000; in cp_healthDaemon()287 req.tv_nsec = msleeptime * 1000000; in cp_healthDaemon()