Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プリエンプティブルな Linux カーネルで、スケジューラまたは一部の重要なカーネル スレッドをプリエンプトできますか? 割り込みハンドラ (上半分または下半分) ではどうですか?
任意のカーネル スレッド、または一般的に言えば、コードの任意の部分をプリエンプトできます。
したがって、たとえば、スケジューラでさえハードウェア割り込みによってプリエンプトされる可能性があります。