Searched refs:HIVIEW_MS_PER_SECOND (Results 1 – 1 of 1) sorted by relevance
42 #define HIVIEW_MS_PER_SECOND 1000 macro74 …return (uint64)current.tv_sec * HIVIEW_MS_PER_SECOND + current.tv_nsec / HIVIEW_NS_PER_MILLISECOND; in HIVIEW_GetCurrentTime()135 osDelay(ms / HIVIEW_MS_PER_SECOND); in HIVIEW_Sleep()