Searched refs:UTIL_getSpanTimeNano (Results 1 – 2 of 2) sorted by relevance
42 PTime UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeNano() function73 PTime UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) in UTIL_getSpanTimeNano() function127 PTime UTIL_getSpanTimeNano(UTIL_time_t begin, UTIL_time_t end) in UTIL_getSpanTimeNano() function142 PTime UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) { return 1000000000ULL * (… in UTIL_getSpanTimeNano() function159 return UTIL_getSpanTimeNano(clockStart, clockEnd); in UTIL_clockSpanNano()168 } while (UTIL_getSpanTimeNano(clockStart, clockEnd) == 0); in UTIL_waitForNextTick()
76 PTime UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd);