Searched refs:end_microseconds (Results 1 – 1 of 1) sorted by relevance
344 uint64_t end_microseconds; in stall() local346 end_microseconds = current_time_hires() + microseconds; in stall()347 while (current_time_hires() < end_microseconds) { in stall()
Completed in 5 milliseconds