Home
last modified time | relevance | path

Searched refs:time_value_add (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/osfmk/mach/
H A Dtime_value.h87 #define time_value_add(result, addend) { \ macro
/xnu-11215.81.4/tools/tests/zero-to-n/
H A Dzero-to-n.c677 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()
/xnu-11215.81.4/osfmk/kern/
H A Dthread.c2597 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()
H A Dtask.c5426 time_value_add(&times_info->user_time, &user_time); in task_info()
5427 time_value_add(&times_info->system_time, &system_time); in task_info()