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.
fork() を呼び出すときに、子プロセスが別のコアで並行して実行できるようにするために、どのような方法がありますか?
なし。親プロセスと子プロセスのアフィニティーを切り離すことはできますが、それらを強制的に並行して実行することはできません。