Study note
Linux kernel locking documentation
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Systems
- Category
- 并发、同步与内存模型
- Source
- docs.kernel.org
- Vault note
library/articles/systems/Linux-kernel-locking-documentation-b753db0a5631638a.md
Summary
Linux kernel 官方 locking 文档入口,覆盖内核锁、spinlock、mutex、RCU、memory barriers、lockdep 和并发安全相关规则。
Highlights
适合读内核源码前补同步原语语义,尤其适合理解为什么内核并发和用户态并发不完全一样。
Notes
Linux kernel locking 与并发处理文档。
Comments
Loading comments...