Searched defs:user_timeval (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DMacosxOperatingSystem.c93 struct timeval user_timeval, system_timeval, task_timeval; local
123 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
125 timeradd(&user_timeval, &system_timeval, &task_timeval);
128 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval);
130 timeradd(&user_timeval, &task_timeval, &task_timeval);

Completed in 32 milliseconds