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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbsdtask_info.h56 uint64_t pth_user_time; /* user run time */ member in struct:proc_threadinfo_internal
H A Dproc_info.h119 uint64_t pth_user_time; /* user run time */ member in struct:proc_threadinfo
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c602 ptinfo->pth_user_time = timer_grab(&basic_info.user_time);
605 ptinfo->pth_user_time = ((basic_info.user_time.seconds * NSEC_PER_SEC) + (basic_info.user_time.microseconds * NSEC_PER_USEC));

Completed in 92 milliseconds