Searched refs:pth_system_time (Results 1 – 6 of 6) sorted by relevance
154 uint64_t pth_system_time; /* system run time */ member
59 uint64_t pth_system_time; /* system run time */ member
157 uint64_t pth_system_time; /* system run time */ member
1192 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,
1144 …ptinfo->pth_system_time = (((uint64_t)basic_info.system_time.seconds * NSEC_PER_SEC) + ((uint64_t)… in fill_taskthreadinfo()
2195 …extended_info->pth_system_time = (((uint64_t)basic_info.system_time.seconds * NSEC_PER_SEC) + ((ui… in thread_info_internal()