Searched refs:ttimesinfo (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c954 task_thread_times_info_data_t ttimesinfo; local
972 (task_info_t)&ttimesinfo, &task_ttimes_count);
974 ut.tv_sec = ttimesinfo.user_time.seconds;
975 ut.tv_usec = ttimesinfo.user_time.microseconds;
976 st.tv_sec = ttimesinfo.system_time.seconds;
977 st.tv_usec = ttimesinfo.system_time.microseconds;
H A Dkern_exit.c1873 task_thread_times_info_data_t ttimesinfo; local
1887 &ttimesinfo, &task_ttimes_stuff);
1889 ut.tv_sec = ttimesinfo.user_time.seconds;
1890 ut.tv_usec = ttimesinfo.user_time.microseconds;
1891 st.tv_sec = ttimesinfo.system_time.seconds;
1892 st.tv_usec = ttimesinfo.system_time.microseconds;

Completed in 24 milliseconds