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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dtask_info.h189 uint64_t threads_user; /* existing threads only */ member in struct:task_absolutetime_info
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c535 tinfo.threads_user = tinfo.threads_system = 0;
546 tinfo.threads_user += tval;
557 ptinfo->pti_threads_user = tinfo.threads_user;
H A Dtask.c1306 info->threads_user = info->threads_system = 0;
1317 info->threads_user += tval;

Completed in 84 milliseconds