Searched refs:BASE_MS_UNIT (Results 1 – 4 of 4) sorted by relevance
371 diff += (stat->endTime.tv_nsec - stat->startTime.tv_nsec) / BASE_MS_UNIT; in InitDiffTime()373 diff -= (stat->startTime.tv_nsec - stat->endTime.tv_nsec) / BASE_MS_UNIT; in InitDiffTime()383 unsigned int waitTime = 10 * BASE_MS_UNIT; // 10ms in WaitForFile()384 long long maxDuration = maxSecond * BASE_MS_UNIT * BASE_MS_UNIT; // 5s in WaitForFile()
38 #define BASE_MS_UNIT 1000 macro
773 … INIT_LOGI("Execute command \"%s %s\" took %lld ms", cmdName, cmdContent, diff / BASE_MS_UNIT); in DoCmdByIndex()775 … INIT_LOGV("Execute command \"%s %s\" took %lld ms", cmdName, cmdContent, diff / BASE_MS_UNIT); in DoCmdByIndex()
930 curServ->period = value * BASE_MS_UNIT; in GetServicePeriod()