Processor set information.
typedef struct _processor_set_load_info {
UMA_UINT32 TASK_COUNT; /* Total tasks currently in this processor set. */
UMA_UINT32 THREAD_COUNT; /* Total threads currently in this processor set. */
UMA_UINT32 LOAD_AVERAGE; /* Load average per CPU. */
UMA_UINT32 MACH_FACTOR; /* Processor resources available to a new thread. */
} processor_set_load_info;
typedef processor _ set _ load _ info * processor _ set _ load _ info ;