Home | History | Annotate | Download | only in MacOSX

Lines Matching defs:basic_info

253         thread_basic_info_data_t basic_info;
255 kr = ::thread_info(threads[i], THREAD_BASIC_INFO, (thread_info_t)&basic_info, &count);
258 if ((basic_info.flags & TH_FLAGS_IDLE) == 0)
282 TIME_VALUE_TO_TIMEVAL(&basic_info.user_time, &thread_tv);
283 TIME_VALUE_TO_TIMEVAL(&basic_info.system_time, &tv);