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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbsdtask_info.h57 uint64_t pth_system_time; /* system run time */ member in struct:proc_threadinfo_internal
H A Dproc_info.h120 uint64_t pth_system_time; /* system run time */ member in struct:proc_threadinfo
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c603 ptinfo->pth_system_time = timer_grab(&basic_info.system_time);
606 ptinfo->pth_system_time = ((basic_info.system_time.seconds * NSEC_PER_SEC) + (basic_info.system_time.microseconds * NSEC_PER_USEC));

Completed in 21 milliseconds