Home
last modified time | relevance | path

Searched refs:thread_times_info_data_new (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/tests/
H A Dtask_info.c284 task_thread_times_info_data_t thread_times_info_data_new; variable
293 …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,