Searched refs:time_value_add (Results 1 – 4 of 4) sorted by relevance
87 #define time_value_add(result, addend) { \ macro
548 time_value_add(&info.user_time, &info.system_time); in get_thread_runtime()786 time_value_add(&worker_threads_total_runtime, &runtime); in worker_thread()
2535 time_value_add(&thread_total_time, &thread_user_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()2536 time_value_add(&thread_total_time, &thread_system_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
5013 time_value_add(×_info->user_time, &user_time); in task_info()5014 time_value_add(×_info->system_time, &system_time); in task_info()