Live task scheduler information.

typedef struct _task_thread_times_info {
  UMA_TIMESPEC     USER_TIME;    /*  Total user time for live threads. */
  UMA_TIMESPEC     SYSTEM_TIME;  /*  Total system time for live threads. */
} task_thread_times_info;

typedef   task _ thread _ times _ info   * task _ thread _ times _ info ;


[Back: Scheduler Task Information (254.1.5.4)]
[Next: task_thread_times_info Field - USER_TIME]