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

/darwin-on-arm/xnu/osfmk/mach/
H A Dtask_info.h194 uint64_t threads_system; member in struct:task_absolutetime_info
/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c581 tinfo.threads_user = tinfo.threads_system = 0;
602 tinfo.threads_system += tval;
619 ptinfo->pti_threads_system = tinfo.threads_system;
H A Dtask.c1753 info->threads_user = info->threads_system = 0;
1772 info->threads_system += tval;

Completed in 69 milliseconds