Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dthread_info.h154 uint64_t pth_system_time; /* system run time */ member
/xnu-11215/bsd/sys/
H A Dbsdtask_info.h59 uint64_t pth_system_time; /* system run time */ member
H A Dproc_info.h157 uint64_t pth_system_time; /* system run time */ member
/xnu-11215/tests/
H A Dproc_info.c1192 T_EXPECT_GE_ULLONG((pthinfo->pth_system_time - pthinfo_old->pth_system_time), 0ULL,
1228 T_EXPECT_GE_ULLONG(pthinfo_64.pth_system_time, pthinfo.pth_system_time,
1257 T_EXPECT_GE_ULLONG(pinfo_path.pt.pth_system_time, pthinfo.pth_system_time,
/xnu-11215/osfmk/kern/
H A Dbsd_kern.c1144 …ptinfo->pth_system_time = (((uint64_t)basic_info.system_time.seconds * NSEC_PER_SEC) + ((uint64_t)… in fill_taskthreadinfo()
H A Dthread.c2195 …extended_info->pth_system_time = (((uint64_t)basic_info.system_time.seconds * NSEC_PER_SEC) + ((ui… in thread_info_internal()