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