Searched refs:tsnow (Results 1 – 1 of 1) sorted by relevance
113 struct timespec tsnow; in evNowTime() local120 if (clock_gettime(m, &tsnow) == 0) in evNowTime()121 return (tsnow); in evNowTime()132 struct timespec tsnow; in evUTCTime() local133 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0) in evUTCTime()134 return (tsnow); in evUTCTime()