> For the complete documentation index, see [llms.txt](https://richardweiyang-2.gitbook.io/kernel-exploring/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://richardweiyang-2.gitbook.io/kernel-exploring/00-index-1.md).

# 同步机制

这里我们看看内核中常用的同步机制。

虽然 [Memory Barrier](/kernel-exploring/00-index-1/02-memory_barrier.md) 不算是同步机制，却是一个非常重要的基本概念。我也就一起放这里了。

[RCU](/kernel-exploring/00-index-1/01-rcu.md)
