Thread scheduling information.
typedef struct _thread_sched_info { UMA_UINT32 POLICY; /* Scheduling policy in effect. */ UMA_UINT32 DATA; /* Associated data for the scheduling policy. */ UMA_UINT32 BASE_PRIORITY; /* Base scheduling priority. */ UMA_UINT32 MAX_PRIORITY; /* Maximum scheduling priority. */ UMA_UINT32 CUR_PRIORITY; /* Current scheduling priority. */ UMA_UINT32 DEPRESSED; /* TRUE if scheduling priority is depressed. */ UMA_UINT32 DEPRESS_PRIORITY; /* Scheduling priority from depressed. */ } thread_sched_info; typedef thread _ sched _ info * thread _ sched _ info ;