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

/darwin-on-arm/xnu/bsd/sys/
H A Dbsdtask_info.h57 uint64_t pth_user_time; /* user run time */ member in struct:proc_threadinfo_internal
H A Dproc_info.h155 uint64_t pth_user_time; /* user run time */ member in struct:proc_threadinfo
/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c660 ptinfo->pth_user_time = ((basic_info.user_time.seconds * NSEC_PER_SEC) + (basic_info.user_time.microseconds * NSEC_PER_USEC));

Completed in 22 milliseconds