スレッド優先度/優先度クラス
SetThreadPriorityやSetPriorityClassで設定するスレッド・プロセスの実行優先度。REALTIME_PRIORITY_CLASSのような最上位クラスは、システム全体を応答不能にしうるため必要性が明確になるまで使うべきではないとされる。
この概念が関わる関係
この概念を扱う記事
一次資料
- https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-setthreadpriority
- https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-setpriorityclass
このページはサイトの知識グラフ(_data/knowledge/)から自動生成されています。誤りの指摘はお問い合わせからお願いします。