Searched refs:pth_system_time (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dbsdtask_info.h58 uint64_t pth_system_time; /* system run time */ member in struct:proc_threadinfo_internal
H A Dproc_info.h180 uint64_t pth_system_time; /* system run time */ member in struct:proc_threadinfo
/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c700 ptinfo->pth_system_time = ((basic_info.system_time.seconds * (integer_t)NSEC_PER_SEC) + (basic_info.system_time.microseconds * (integer_t)NSEC_PER_USEC));

Completed in 22 milliseconds