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