Searched refs:time_value_add (Results 1 – 4 of 4) sorted by relevance
87 #define time_value_add(result, addend) { \ macro
677 time_value_add(&info.user_time, &info.system_time); in get_thread_runtime()915 time_value_add(&worker_threads_total_runtime, &runtime); in worker_thread()
2597 time_value_add(&thread_total_time, &thread_user_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()2598 time_value_add(&thread_total_time, &thread_system_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
5426 time_value_add(×_info->user_time, &user_time); in task_info()5427 time_value_add(×_info->system_time, &system_time); in task_info()