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

/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DMacosxOperatingSystem.c92 struct task_thread_times_info thread_info_data; local
104 (task_info_t)&thread_info_data,
123 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
124 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval);

Completed in 32 milliseconds