- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在编写一个 linux 内核模块,该模块需要将两个线程固定在两个不同的 cpu 上。我计划在将 sched_setaffinity() 导出到内核后使用它。是否还有其他相同的导出功能?
另外,如果我在 cpumask 中只设置了 1 个 CPU,线程会立即移动到该 cpu 吗?如果没有,我该如何执行?在 sched_setaffinity() 之后调用 schedule() 会有所帮助吗?
最佳答案
sched_setaffinity
的手册页说
If the process specified by
pid
is not currently running on one of the CPUs specified inmask
, then that process is migrated to one of the CPUs specified inmask
.
sched_setaffinity
之前立即发生。已经回来了。
关于multithreading - 立即使用 sched_setaffinity() 对 cpumask 进行更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2559546/
我正在尝试将一个项目从旧的 Linux 平台转移到 kubunutu 9.04。现在我在用 gcc 4.3.3 编译时遇到这个错误: /usr/src/linux-headers-2.6.28-11-
我正在研究 Linux 内核(特别是负载平衡领域)。在内核 (sched.h) 中有一个结构声明: struct sched_group 看起来像这样: struct sched_group {
我正在阅读 linux 内核中的 TLB shotdown 代码,我看到 shotdown ipi 仅发送到相应 mm_struct 中 cpu_vm_mask_var 中的 cpu 集,但我找不到c
我正在编写一个 linux 内核模块,该模块需要将两个线程固定在两个不同的 cpu 上。我计划在将 sched_setaffinity() 导出到内核后使用它。是否还有其他相同的导出功能? 另外,如果
我是一名优秀的程序员,十分优秀!