Searched refs:rel_time (Results 1 – 2 of 2) sorted by relevance
303 bool WaitForVSync(nsecs_t rel_time);
207 static uint64_t wsi_rel_to_abs_time(uint64_t rel_time) in wsi_rel_to_abs_time() argument212 if (rel_time > UINT64_MAX - current_time) in wsi_rel_to_abs_time()215 return current_time + rel_time; in wsi_rel_to_abs_time()