Searched refs:time_value_add (Results 1 – 4 of 4) sorted by relevance
87 #define time_value_add(result, addend) { \ macro
618 time_value_add(&info.user_time, &info.system_time); in get_thread_runtime()882 time_value_add(&worker_threads_total_runtime, &runtime); in worker_thread()
2666 time_value_add(&thread_total_time, &thread_user_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()2667 time_value_add(&thread_total_time, &thread_system_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
5588 time_value_add(×_info->user_time, &user_time); in task_info()5589 time_value_add(×_info->system_time, &system_time); in task_info()