Searched refs:thread_times_info_data_new (Results 1 – 1 of 1) sorted by relevance
284 task_thread_times_info_data_t thread_times_info_data_new; variable293 …err = task_info(mach_task_self(), TASK_THREAD_TIMES_INFO, (task_info_t)&thread_times_info_data_new…303 …T_EXPECT_FALSE((thread_times_info_data_new.user_time.seconds - thread_times_info_data.user_time.se…304 …(thread_times_info_data_new.system_time.seconds - thread_times_info_data.system_time.seconds) != 0,