Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/
H A Dtime_value.h87 #define time_value_add(result, addend) { \ macro
/xnu-11417.101.15/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-11417.101.15/osfmk/kern/
H A Dthread.c2648 time_value_add(&thread_total_time, &thread_user_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
2649 time_value_add(&thread_total_time, &thread_system_time); in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU()
H A Dtask.c5468 time_value_add(&times_info->user_time, &user_time); in task_info()
5469 time_value_add(&times_info->system_time, &system_time); in task_info()