Searched refs:busy_time (Results 1 – 1 of 1) sorted by relevance
111 lk_bigtime_t busy_time = 1000000ULL - (delta_time > 1000000ULL ? 1000000ULL : delta_time); in threadload() local112 uint busypercent = (busy_time * 10000) / (1000000); in threadload()
Completed in 2 milliseconds