Searched refs:thread_now (Results 1 – 1 of 1) sorted by relevance
249 int64_t thread_now; in query_api_thread_busy_status() local252 thread_now = pipe_current_thread_get_time_nano(); in query_api_thread_busy_status()257 thread_now = util_queue_get_thread_time_nano(mon->queue, 0); in query_api_thread_busy_status()259 thread_now = 0; in query_api_thread_busy_status()262 double percent = (thread_now - info->last_thread_time) * 100.0 / in query_api_thread_busy_status()273 info->last_thread_time = thread_now; in query_api_thread_busy_status()