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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c2047 task_thread_times_info_data_t ttimesinfo; local
2061 &ttimesinfo, &task_ttimes_stuff);
2063 ut.tv_sec = ttimesinfo.user_time.seconds;
2064 ut.tv_usec = ttimesinfo.user_time.microseconds;
2065 st.tv_sec = ttimesinfo.system_time.seconds;
2066 st.tv_usec = ttimesinfo.system_time.microseconds;
H A Dkern_resource.c1188 task_thread_times_info_data_t ttimesinfo; local
1206 (task_info_t)&ttimesinfo, &task_ttimes_count);
1208 ut.tv_sec = ttimesinfo.user_time.seconds;
1209 ut.tv_usec = ttimesinfo.user_time.microseconds;
1210 st.tv_sec = ttimesinfo.system_time.seconds;
1211 st.tv_usec = ttimesinfo.system_time.microseconds;

Completed in 114 milliseconds